diff options
Diffstat (limited to 'community/mhwaveedit/PKGBUILD')
-rw-r--r-- | community/mhwaveedit/PKGBUILD | 25 |
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') |