# Description: Ses tempo, basamak ve oynatma oranını değiştirmeye izin veren ses işleme kitaplığı.
# Url: http://www.surina.net/soundtouch/
# Packager: milisarge
# Depends on: 

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
}
