milis/talimatname/genel/f/fdk-aac/talimat

19 lines
383 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Fraunhofer FDK AAC Advanced Audio Codec kütüphanesi.
# URL: http://www.iis.fraunhofer.de/en/ff/amm/impl/fdkaaccodec.html
# Paketçi: milisarge
# Gerekler:
isim=fdk-aac
surum=0.1.4
devir=1
kaynak=( http://downloads.sourceforge.net/opencore-amr/$isim-$surum.tar.gz )
derle() {
cd $isim-$surum
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}