contrib/faac/Pkgfile

19 lines
384 B
Plaintext
Raw Normal View History

# Description: MPEG-4 audio codecs.
# URL: http://www.audiocoding.com/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libmp4v2
name=faac
2018-02-19 11:55:31 +01:00
version=1.29.9.2
release=1
source=(https://sourceforge.net/projects/$name/files/$name-src/$name-${version::4}/$name-$version.tar.gz)
build() {
cd $name-$version
2018-02-19 11:55:31 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}