From 2e85ee969c4be5762301fc1447315f132aca1fc8 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 Jul 2013 01:38:47 -0700 Subject: Thu Jul 11 01:37:50 PDT 2013 --- community/guitarix2/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++ community/guitarix2/guitarix2.install | 11 +++++++++++ 2 files changed, 48 insertions(+) create mode 100644 community/guitarix2/PKGBUILD create mode 100644 community/guitarix2/guitarix2.install (limited to 'community/guitarix2') diff --git a/community/guitarix2/PKGBUILD b/community/guitarix2/PKGBUILD new file mode 100644 index 000000000..6eff8e6c2 --- /dev/null +++ b/community/guitarix2/PKGBUILD @@ -0,0 +1,37 @@ +# $Id: PKGBUILD 93760 2013-07-10 02:27:39Z speps $ +# Maintainer: speps + +pkgname=guitarix2 +pkgver=0.27.1 +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' '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" +} diff --git a/community/guitarix2/guitarix2.install b/community/guitarix2/guitarix2.install new file mode 100644 index 000000000..e111ef946 --- /dev/null +++ b/community/guitarix2/guitarix2.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf