### this file is sourced not run
PKGVER=0.8.8.4
PKGBUILD=1
PKGARCH=i686

# source: james
TARBALL=libmodplug-0.8.8.4.tar.gz
MD5SUM=fddc3c704c5489de2a3cf0fedfec59db
SRC_URL=http://downloads.sourceforge.net/modplug-xmms/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='libmodplug32: libmodplug32 0.8.8.4 (MODule player library)  
libmodplug32:  
libmodplug32: This is a library to play various MODules, e.g. MODs, XMs, ITs, 
libmodplug32: and others. It is not as accurate as XMP library but it is more 
libmodplug32: popular due to its maturity; and its rendering quality is good 
libmodplug32: enough for many songs. Given the right patch files, it can also
libmodplug32: render MIDI files to WAV.
libmodplug32: 
libmodplug32: This contains 32-bit version of the library
libmodplug32: 
libmodplug32:
'

### default pkg_download
### default pkg_prepare
### package - only collect the libraries
pkg_package() {
	rm -rf bin sbin usr/bin usr/sbin usr/include usr/share
}

### build
pkg_build() {
#	cd /tmp/libmodplug*
#	return 1
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&	
	pkg_build_slackdesc
}


