### this file is sourced not run
PKGVER=2.1.0.2018.10
PKGBUILD=1
PKGARCH=i686

# source: james
TARBALL=soundtouch-master-20181003.tar.bz2
MD5SUM=2bae2c116f1270001429427d96d6abce
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libsoundtouch32: libsoundtouch32 $PKGVER (Audio processing library)
libsoundtouch32: 
libsoundtouch32: SoundTouch is an open-source audio processing library for changing 
libsoundtouch32: the Tempo, Pitch and Playback Rates of audio streams or audio files. 
libsoundtouch32: The library additionally supports estimating stable beats-per-minute 
libsoundtouch32: rates for audio tracks.
libsoundtouch32: 
libsoundtouch32: This is 32-bit version of the library.
libsoundtouch32: 
libsoundtouch32: http://www.surina.net/soundtouch/
libsoundtouch32: https://gitlab.com/soundtouch/soundtouch
"

### default pkg_download
### default pkg_prepare
### package - only collect the libraries
pkg_package() {
	rm -rf bin sbin usr/bin usr/sbin usr/include usr/share
}

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


