#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=faad2 pkgver=2.6 pkgrel=1 zenver=50 arch=i486 source=("http://downloads.sourceforge.net/faac/faad2-2.6.tar.gz") docs=("readme" "readme.linux" "install" "copying" "changelog" "authors" "news" "todo") url="http://www.audiocoding.com" options=('norequiredbuilder') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "faad is an open source MPEG-4 and MPEG-2 AAC decoder" "FAAD2 is an open source MPEG-4 and MPEG-2 AAC decoder, it is licensed" "under the GPLv2 license." "Features:" " * Portable" " * Reasonably fast" " * LC, Main, LTP, SBR, PS support" " * DRM support through DreaM" ) build() { cd $startdir/src/$pkgname autoreconf -vif ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-mp4v2 make || return 1 make install DESTDIR=$startdir/pkg }