19 lines
458 B
Plaintext
19 lines
458 B
Plaintext
# Tanım: Speex'ten türetilmiş DSP kütüphanesi
|
||
# URL: http://downloads.us.xiph.org
|
||
# Paketçi: milisarge
|
||
# Gerekler: 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"
|
||
}
|
||
|