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

# 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="libfaac32: libfaac32 $PKGVER (AAC encoder)"'
libfaac32:  
libfaac32: FAAC is an encoder for a lossy sound compression scheme specified in 
libfaac32: MPEG-2 Part 7 and MPEG-4 Part 3 standards and known as Advanced Audio 
libfaac32: Coding (AAC). This encoder is useful for producing files that can be 
libfaac32: played back on iPod. Moreover, iPod does not understand other sound 
libfaac32: compression schemes in video files.  
libfaac32: 
libfaac32: This contains 32-bit version of the libraries.
libfaac32: 
libfaac32:
'

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

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


