diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/guitarix2/PKGBUILD | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/guitarix2/PKGBUILD')
-rw-r--r-- | community/guitarix2/PKGBUILD | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/community/guitarix2/PKGBUILD b/community/guitarix2/PKGBUILD deleted file mode 100644 index 790d0d9e9..000000000 --- a/community/guitarix2/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 94119 2013-07-14 14:47:34Z speps $ -# Maintainer: speps <speps at aur dot archlinux dot org> - -pkgname=guitarix2 -pkgver=0.27.1 -pkgrel=2 -pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust" -arch=('i686' 'x86_64') -url="http://guitarix.sourceforge.net/" -license=('GPL') -depends=('gtkmm' 'jack' 'liblrdf' 'boost-libs' 'zita-convolver' 'zita-resampler') -makedepends=('python2' 'boost' 'intltool' 'lv2') -optdepends=('meterbridge: sound meters') -provides=('guitarix' 'gx_head') -conflicts=('guitarix' 'gx_head') -replaces=('guitarix' 'gx_head') -install="$pkgname.install" -source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2") -md5sums=('65e0917f9529460931be522e2879e514') - -build() { - cd "$srcdir/guitarix-$pkgver" - python2 waf configure --prefix=/usr \ - --no-desktop-update \ - --no-ldconfig \ - --no-faust \ - --optimization \ - --shared-lib \ - --lib-dev \ - --build-lv2 - python2 waf build -} - -package() { - cd "$srcdir/guitarix-$pkgver" - python2 waf install --destdir="$pkgdir" -} |