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

# BLFS 7.5 updated 6-12-2018
TARBALL=faac-$PKGVER.tar.gz
MD5SUM=2b58d621fad8fda879f07b7cad8bfe10 
SRC_URL=http://downloads.sourceforge.net/faac/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libfaac: libfaac $PKGVER (AAC encoder)"'
libfaac:  
libfaac: FAAC is an encoder for a lossy sound compression scheme specified in 
libfaac: MPEG-2 Part 7 and MPEG-4 Part 3 standards and known as Advanced Audio 
libfaac: Coding (AAC). This encoder is useful for producing files that can be 
libfaac: played back on iPod. Moreover, iPod does not understand other sound 
libfaac: compression schemes in video files.  
libfaac: 
libfaac: 
libfaac: 
libfaac:
'

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


