updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / snd-gtk-jack / PKGBUILD
blob7da17e28cd73a20c30419cfcd4d17a44439b4201
1 # Contributor: Andrew Antle <andrew dot antle at gmail dot com>
2 # Contributor: Philipp Überbacher <hollunder at gmx dot at>
3 # Contributor: Bernardo Barros <bernardobarros@gmail.com>
5 pkgname=snd-gtk-jack
6 _pkgname=snd
7 pkgver=12.7
8 pkgrel=1
9 pkgdesc="A sound editor, with JACK and GTK+ enabled"
10 arch=('i686' 'x86_64')
11 url="http://ccrma.stanford.edu/software/snd/"
12 license=('custom')
13 depends=('fam' 'fftw' 'gsl' 'gtk2' 'jack' 'ruby')
14 makedepends=('ladspa')
15 provides=('snd-ls' 'snd')
16 conflicts=('snd-ls' 'snd')
17 source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$_pkgname-$pkgver.tar.gz)
19 build() {
20   cd $srcdir/$_pkgname-$pkgver
22   ./configure --prefix=/usr \
23               --with-x \
24               --with-gtk \
25                           --without-oss \
26                           --without-pulseaudio \
27                           --without-portaudio \
28                           --with-jack \
29                           --with-ruby \
30                           --with-ruby-prefix=/usr/bin/ruby \
31                           --with-fftw \
32                           --with-doubles \
33                           --with-ladspa
34   make
37 package() {
38   cd $srcdir/$_pkgname-$pkgver
40   make prefix=$pkgdir/usr install
41   rm -f $pkgdir/usr/share/$_pkgname/*.{fs,rb}
42   install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
45 md5sums=('5edb4ee488c3406c9aa582c5f11a4492')