#Maintainer: Thorsten Muehlfelder pkgname=faac pkgver=1.28 pkgrel=1tm arch=x86_64 source=("http://downloads.sourceforge.net/faac/faac-$pkgver.tar.gz") url="http://www.audiocoding.com" docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") 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 --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc \ --with-mp4v2 || return 1 make -j3 || return 1 make install DESTDIR=$startdir/pkg }