milis/talimatname/genel/soundtouch/talimat

18 lines
421 B
Plaintext
Raw Normal View History

2017-04-17 13:14:34 +02:00
# Description: 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-04-17 13:14:34 +02:00
# Packager: milisarge
# Depends on:
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)
build() {
cd $name
./bootstrap
./configure --prefix=/usr \
--docdir=/usr/share/doc/$name-$version
make
make DESTDIR=$PKG install
}