contrib/faad2/Pkgfile

19 lines
386 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
2020-05-14 15:14:46 +02:00
version=2.9.2
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//./_}
2019-11-10 01:16:11 +01:00
./bootstrap
2019-05-12 14:32:15 +02:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}