### this file is sourced not run
PKGVER=4.3.13
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=libxmp-$PKGVER.tar.gz
MD5SUM=05f25cbaf9dab09a90ed9929c02e8348
SRC_URL=http://downloads.sourceforge.net/xmp/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libxmp: libxmp $PKGVER (Module player library)  
libxmp:  
libxmp: libxmp is a library for playing music modules, such as MOD, S3M, IT, 
libxmp: and others. It is similar to libmikmod but it is newer, more accurate, 
libxmp: and recognises more formats. This is only the library, to get a 
libxmp: command-line player, use the xmp package.  
libxmp: 
libxmp: 
libxmp: 
libxmp: http://xmp.sourceforge.net/
libxmp: https://github.com/cmatsuoka/libxmp
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


