#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=faac pkgver=1.28 pkgrel=1 zenver=60 arch=i486 source=("http://downloads.sourceforge.net/faac/faac-1.28.tar.gz") sourcetemplate=http://pnboy.pinguix.com/gapan/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://www.audiocoding.com" options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "faac is an open source MPEG-4 and MPEG-2 AAC encoder" "FAAC is an open source MPEG-4 and MPEG-2 AAC encoder, it is licensed" "under the LGPL license." "Features:" " * Portable" " * Reasonably fast" " * LC, Main, LTP support" " * DRM support through DreaM" ) build() { cd $startdir/src/$pkgname-$pkgver ./bootstrap ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-mp4v2 make || return 1 make install DESTDIR=$startdir/pkg }