contrib/faad2/Pkgfile

19 lines
364 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
2022-10-22 14:31:23 +02:00
version=2.10.1
2019-05-12 14:32:15 +02:00
release=1
2022-10-22 14:31:23 +02:00
source=(https://github.com/knik0/$name/archive/$version/$name-$version.tar.gz)
build() {
2022-10-22 14:31:23 +02:00
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
}