1 # Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
2 # Maintainer: Philipp Überbacher <murks at lavabit dot com>
6 pkgdesc="A simple and flexible audio effects processor, inspired by the classical magnetic tape delay systems"
8 url="http://www.resorama.com/maarten/tapiir/"
10 depends=('jack' 'fltk' 'gcc-libs')
11 source=(http://www.resorama.com/maarten/files/${pkgname}-${pkgver}.tgz)
12 md5sums=('0746206a69acb7252ff0ffa9af47cd54')
15 cd ${srcdir}/${pkgname}-${pkgver}
18 ./configure --prefix=/usr
23 cd ${srcdir}/${pkgname}-${pkgver}
25 make DESTDIR=${pkgdir} install