milis/talimatname/genel/s/soundtouch/talimat

19 lines
427 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: Ses tempo, basamak ve oynatma oranını değiştirmeye izin veren ses işleme kitaplığı.
# URL: http://www.surina.net/soundtouch/
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=soundtouch
surum=1.9.2
devir=1
kaynak=(http://www.surina.net/soundtouch/$isim-$surum.tar.gz)
derle() {
cd $isim
./bootstrap
./configure --prefix=/usr \
--docdir=/usr/share/doc/$isim-$surum
make
make DESTDIR=$PKG install
}