summaryrefslogtreecommitdiff
path: root/fdk-aac/Pkgfile
blob: c01eb7be7e05d0eb19b43d6f2ecadbc32c2e7b16 (plain)
    1 # Description: Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB) speech codec.
    2 # URL: https://sourceforge.net/projects/opencore-amr/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 
    5 name=fdk-aac
    6 version=2.0.1
    7 release=1
    8 source=(https://downloads.sourceforge.net/project/opencore-amr/$name/$name-$version.tar.gz)
    9 
   10 build() {
   11 	cd $name-$version
   12 
   13 	./configure --prefix=/usr
   14 
   15 	make
   16 	make DESTDIR=$PKG install
   17 }

Generated by cgit