milis/talimatname/genel/s/speexdsp/talimat

19 lines
436 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: DSP library derived from Speex
# URL: http://downloads.us.xiph.org
# Paketçi: milisarge
# Gerekler:
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"
}