From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/guitarix2/PKGBUILD | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 community/guitarix2/PKGBUILD (limited to 'community/guitarix2/PKGBUILD') diff --git a/community/guitarix2/PKGBUILD b/community/guitarix2/PKGBUILD deleted file mode 100644 index a6835ffa7..000000000 --- a/community/guitarix2/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 95211 2013-08-06 18:27:47Z speps $ -# Maintainer: speps - -pkgname=guitarix2 -pkgver=0.28.2 -pkgrel=1 -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' 'librsvg' 'liblrdf' 'boost-libs' - 'zita-convolver' 'zita-resampler' 'desktop-file-utils') -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=('d957c28e4d68318427f2478257307235') - -build() { - cd "$srcdir/guitarix-$pkgver" - python2 waf configure --prefix=/usr \ - --no-desktop-update \ - --no-ldconfig \ - --no-faust \ - --shared-lib \ - --lib-dev - python2 waf build -} - -package() { - cd "$srcdir/guitarix-$pkgver" - python2 waf install --destdir="$pkgdir" -} -- cgit v1.2.3-54-g00ecf