### this file is sourced not run
PKGVER=4.5.0.2023.04 # pull date
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=libxmp-$PKGVER.tar.gz
MD5SUM=09b2ed678290c3dc2d793b19fc2cffd8
SRC_URL=https://github.com/libxmp/libxmp/archive/83af8fde8c02e77375d2b7eaf280a684aff26b60.tar.gz
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
}


