#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=faad2 pkgver=2.7 zenver=62 pkgrel=1 arch=i486 source=("http://downloads.sourceforge.net/faac/faad2-$pkgver.tar.bz2") sourcetemplate=http://pnboy.pinguix.com/gapan/$pkgname docs=("readme" "readme.linux" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.audiocoding.com options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') 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-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-drm --disable-static make || return 1 make install DESTDIR=$startdir/pkg }