summaryrefslogtreecommitdiff
path: root/fdk-aac/Pkgfile
blob: fc3a1e4bb7680820513096f19dd3320e9e33cd43 (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.2
    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