19 lines
520 B
Plaintext
19 lines
520 B
Plaintext
|
# 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
|
||
|
# Packager: Danny Rawlins, crux at romster dot me
|
||
|
|
||
|
name=fdk-aac
|
||
|
version=0.1.4
|
||
|
release=1
|
||
|
source=(http://downloads.sourceforge.net/project/opencore-amr/$name/$name-$version.tar.gz)
|
||
|
|
||
|
build() {
|
||
|
cd $name-$version
|
||
|
|
||
|
./configure --prefix=/usr
|
||
|
|
||
|
make
|
||
|
make DESTDIR=$PKG install
|
||
|
}
|