contrib/faad2/Pkgfile

20 lines
389 B
Plaintext
Raw Normal View History

# Description: AAC audio decoding library.
# URL: https://www.audiocoding.com/faad2.html
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
name=faad2
version=2.9.0
2019-05-12 14:32:15 +02:00
release=1
source=(https://github.com/knik0/$name/archive/${version//./_}/${name}_${version//./_}.tar.gz)
build() {
cd $name-${version//./_}
autoreconf -i
2019-05-12 14:32:15 +02:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}