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

# source: BLFS 7.5
TARBALL=lame-3.99.5.tar.gz
MD5SUM=84835b313d4a8b68f5349816d33e07ce 
SRC_URL=http://downloads.sourceforge.net/lame/$TARBALL
BUNDLE=

SLACKREQ='libsndfile'
SLACKDESC='lame: lame 3.99.5 (MP3 encoder)  
lame:  
lame: The LAME package contains an MP3 encoder and optionally, an MP3 frame 
lame: analyzer. This is useful for creating and analyzing compressed audio 
lame: files.  
lame: 
lame: 
lame: 
lame: 
lame: 
lame:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
#	return 1
	CONFFLAGS="$CONFFLAGS --enable-mp3rtp --disable-static"
	MAKEINSTALLFLAGS="pkghtmldir=/usr/share/doc/lame-3.99.5"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}



