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 23:28:07 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
name=faac
2019-11-10 11:15:46 +11:00
version=1.30
release=2
2019-11-10 11:15:46 +11:00
source=(https://github.com/knik0/faac/archive/${version/./_}/$name-${version/./_}.tar.gz)
build() {
2019-11-10 11:15:46 +11:00
cd $name-${version/./_}
2019-11-10 11:15:46 +11:00
./bootstrap
2018-02-19 21:55:31 +11:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}