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

# source: james
TARBALL=twolame-$PKGVER.tar.gz
MD5SUM=4113d8aa80194459b45b83d4dbde8ddb 
SRC_URL=http://downloads.sourceforge.net/twolame/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="twolame32: twolame32 $PKGVER (MP2 codec library)  
twolame32:  
twolame32: TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on 
twolame32: tooLAME, which in turn is based upon the ISO dist10 code and portions 
twolame32: of LAME. TwoLAME includes libtwolame, a fully thread-safe shared 
twolame32: library with an API very similar to LAME.  
twolame32: 
twolame32: 
twolame32: 
twolame32: 
twolame32:
"

### 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() {
#	return 1
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}



