From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/mhwaveedit/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 community/mhwaveedit/PKGBUILD (limited to 'community/mhwaveedit') diff --git a/community/mhwaveedit/PKGBUILD b/community/mhwaveedit/PKGBUILD new file mode 100644 index 000000000..83a9a86f2 --- /dev/null +++ b/community/mhwaveedit/PKGBUILD @@ -0,0 +1,28 @@ +# $Id $ +# Maintainer: Loui Chang +# Contributor: Andrea Scarpino +# Contributor: Robert Emil Berge + +pkgname=mhwaveedit +pkgver=1.4.20 +pkgrel=2 +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' 'gtk2' 'jack') +source=(http://download.gna.org/$pkgname/$pkgname-$pkgver.tar.bz2) +md5sums=('979ac5776a57268aed0afa74d50c70a2') + +build() { + cd $srcdir/$pkgname-$pkgver + sed -i "s|Icon=mhwaveedit.xpm|Icon=mhwaveedit|" share/applications/mhwaveedit.desktop + ./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 +} -- cgit v1.2.3-54-g00ecf