#Maintainer: Thorsten Muehlfelder pkgname=faad2 pkgver=2.7 pkgrel=2rl #arch=x86_64 source=("http://downloads.sourceforge.net/faac/faad2-$pkgver.tar.bz2") sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "readme.linux" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.audiocoding.com 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 \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var --sysconfdir=/etc \ --disable-static || return 1 make -j3 || return 1 make install DESTDIR=$startdir/pkg }