1
0
forked from ports/contrib

18 lines
471 B
Plaintext
Raw Normal View History

2016-12-11 16:08:35 +11:00
# Description: Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB) speech codec.
# URL: https://sourceforge.net/projects/opencore-amr/
# Maintainer: Danny Rawlins, crux at romster dot me
name=fdk-aac
2021-04-30 19:38:11 +10:00
version=2.0.2
2016-12-11 16:08:35 +11:00
release=1
2017-03-19 18:57:52 +11:00
source=(https://downloads.sourceforge.net/project/opencore-amr/$name/$name-$version.tar.gz)
2016-12-11 16:08:35 +11:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}