1 # Contributor: Erol Grahm <erol at grahm dot nu>
5 pkgdesc="FAAC is an AAC audio encoder built with --with=mp4v2=no option."
7 url="http://www.audiocoding.com/faac.html"
12 source=(http://downloads.sourceforge.net/faac/faac-$pkgver.tar.gz)
13 md5sums=('80763728d392c7d789cde25614c878f6')
16 cd $srcdir/faac-$pkgver
17 ./bootstrap --with=mp4v2=no
18 ./configure --prefix=/usr
20 make DESTDIR="$pkgdir/" install