1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Your Name <youremail@domain.com>
10 pkgdesc="A wrapper for soundtouch so you can use it in C programs"
11 arch=('i686' 'x86_64')
12 url="http://lobstertech.com/2006/aug/23/soundtouch4c/"
14 depends=('soundtouch')
16 source=(http://lobstertech.com/media/file/libsoundtouch4c/$pkgname-$pkgver.tar.gz)
18 md5sums=('16fada614def2c3422e5f32b68296087')
23 cd "$srcdir/$pkgname-$pkgver"
24 ./configure --prefix=/usr
26 make DESTDIR="$pkgdir/" install