1 # Maintainer : SpepS <dreamspepser at yahoo dot it>
2 # Contributor: Loui Chang <louipc.ist@gmail.com>
3 # Contributor: Robert Emil Berge <robert@rebi.no>
8 pkgdesc="A graphical program for editing, playing and recording sound files"
10 url="http://gna.org/projects/mhwaveedit"
12 depends=('gtk2' 'jack' 'libpulse' 'desktop-file-utils')
13 makedepends=('ladspa')
14 optdepends=('ladspa: ladspa effects')
15 install="$pkgname.install"
16 source=("http://download.gna.org/$pkgname/$pkgname-$pkgver.tar.bz2")
17 md5sums=('02d4dddcb19731ff1fca961ed7d507dc')
20 cd "$srcdir/$pkgname-$pkgver"
22 ./configure --prefix=/usr \
29 cd "$srcdir/$pkgname-$pkgver"
30 make DESTDIR="$pkgdir/" install