1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
6 pkgdesc="A new type of audio programming environment that integrates the programmability of the development environment with elements of the runtime environment."
8 url="http://audicle.cs.princeton.edu/"
10 depends=('libsndfile' 'gtk2' 'mesa')
11 source=(${url}release/files/${pkgname}-${pkgver}.tgz)
12 md5sums=('4d5f2e230f9123768cb2fd0b8e10c2a8')
15 cd $srcdir/$pkgname-$pkgver/src
17 make linux-alsa || return 1
18 mkdir -p ${pkgdir}/usr/bin || return 1
19 cp audicle ${pkgdir}/usr/bin || return 1