# Maintainer: Loui Chang # Contributor: Robert Emil Berge pkgname=mhwaveedit pkgver=1.4.21 pkgrel=1 pkgdesc="A graphical program for editing, playing and recording sound files" arch=('i686' 'x86_64') url="http://gna.org/projects/mhwaveedit" license=('GPL') depends=('libsamplerate' 'libpulse' 'gtk2' 'jack') source=(http://download.gna.org/$pkgname/$pkgname-$pkgver.tar.bz2) build() { cd $srcdir/$pkgname-$pkgver ./configure --without-check-casts --without-arts --without-esound \ --without-portaudio --without-sun --without-sdl --prefix=/usr make } package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install } md5sums=('02d4dddcb19731ff1fca961ed7d507dc')