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

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

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

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
#	return 1
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}



