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

# source: james
TARBALL=libxmp-20180125.tar.bz2
MD5SUM=0f9c35affbf818924527b85d819068cc
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$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: http://xmp.sourceforge.net/
libxmp: https://github.com/cmatsuoka/libxmp
libxmp: 
libxmp: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/libxmp* &&
	autoreconf -fi &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


