milis/talimatname/genel/s/speexdsp/talimat

20 lines
467 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: Speex'ten türetilmiş DSP kütüphanesi
# URL: http://downloads.us.xiph.org
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=speexdsp
surum=1.2rc3
devir=1
kaynak=(http://downloads.us.xiph.org/releases/speex/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
make
make DESTDIR="$PKG" install
install -Dm644 COPYING "$PKG/usr/share/licenses/$pkgname/LICENSE"
}