milis/talimatname/genel/s/soundtouch/talimat

18 lines
414 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Ses tempo, basamak ve oynatma oranını değiştirmeye izin veren ses işleme kitaplığı.
2016-02-24 01:27:23 +01:00
# Url: http://www.surina.net/soundtouch/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
name=soundtouch
version=1.9.2
release=1
source=(http://www.surina.net/soundtouch/$name-$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd $name
./bootstrap
./configure --prefix=/usr \
--docdir=/usr/share/doc/$name-$version
make
make DESTDIR=$PKG install
}