contrib/faad2/Pkgfile

18 lines
368 B
Plaintext
Raw Normal View History

# Description: AAC audio decoding library.
2019-05-12 14:32:15 +02:00
# URL: https://www.audiocoding.com/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
name=faad2
2019-05-12 14:32:15 +02:00
version=2.8.8
release=1
source=(https://sourceforge.net/projects/faac/files/$name-src/faad2-${version%.*}.0/$name-$version.tar.gz)
build() {
2009-09-25 05:05:24 +02:00
cd $name-$version
2019-05-12 14:32:15 +02:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}