### this file is sourced not run
PKGVER=1.9.2
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=soundtouch-$PKGVER.tar.gz
MD5SUM=2d1ab4abb54640e8e308e36e309c94a6
SRC_URL=http://www.surina.net/soundtouch/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libsoundtouch: libsoundtouch $PKGVER (Audio processing library)
libsoundtouch: 
libsoundtouch: SoundTouch is an open-source audio processing library for changing 
libsoundtouch: the Tempo, Pitch and Playback Rates of audio streams or audio files. 
libsoundtouch: The library additionally supports estimating stable beats-per-minute 
libsoundtouch: rates for audio tracks.
libsoundtouch: 
libsoundtouch: Comes with a utility (soundstretch) to modify audio files.
libsoundtouch: 
libsoundtouch: http://www.surina.net/soundtouch/
libsoundtouch: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/soundtouch*
	./bootstrap &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


