summaryrefslogtreecommitdiff
path: root/community/mhwaveedit/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-01-09 13:47:51 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-01-09 13:47:51 +0000
commit7a3611f5caa5e34c1f2b582640f97b733110ae63 (patch)
tree5b0baf1ad1b36444ffbf73707a377b15fc67692f /community/mhwaveedit/PKGBUILD
parent46783b68621b6ad45cdd9ed64cfa8cdcfbc6f318 (diff)
Mon Jan 9 13:47:49 UTC 2012
Diffstat (limited to 'community/mhwaveedit/PKGBUILD')
-rw-r--r--community/mhwaveedit/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/mhwaveedit/PKGBUILD b/community/mhwaveedit/PKGBUILD
deleted file mode 100644
index ce2e82aea..000000000
--- a/community/mhwaveedit/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Loui Chang <louipc.ist@gmail.com>
-# Contributor: Robert Emil Berge <robert@rebi.no>
-
-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')