contrib/faac/Pkgfile

19 lines
361 B
Plaintext
Raw Normal View History

# Description: MPEG-4 audio codecs.
# URL: https://www.audiocoding.com/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
name=faac
2019-11-10 01:15:46 +01:00
version=1.30
release=2
2019-11-10 01:15:46 +01:00
source=(https://github.com/knik0/faac/archive/${version/./_}/$name-${version/./_}.tar.gz)
build() {
2019-11-10 01:15:46 +01:00
cd $name-${version/./_}
2019-11-10 01:15:46 +01:00
./bootstrap
2018-02-19 11:55:31 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}