summaryrefslogtreecommitdiff
path: root/community/patchage/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/patchage/PKGBUILD')
-rw-r--r--community/patchage/PKGBUILD27
1 files changed, 13 insertions, 14 deletions
diff --git a/community/patchage/PKGBUILD b/community/patchage/PKGBUILD
index 0a9e2b4c3..a8bca221e 100644
--- a/community/patchage/PKGBUILD
+++ b/community/patchage/PKGBUILD
@@ -1,32 +1,31 @@
-# $Id: PKGBUILD 63694 2012-02-05 12:07:28Z ibiru $
+# $Id: PKGBUILD 110454 2014-04-30 10:43:42Z speps $
# Maintainer: Ray Rashif <schiv@archlinux.org>
+# Maintainer: speps <speps at aur dot archlinux dot org>
# Contributor: Max Pray a.k.a. Synthead <synthead@gmail.com>
# Contributor: clarence <catchfire at gmail dot com>
+
pkgname=patchage
-pkgver=0.5.0
-pkgrel=3
-pkgdesc="A modular patch bay for audio and MIDI systems"
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A modular patch bay for audio and MIDI systems based on Jack and Alsa"
arch=('i686' 'x86_64')
url="http://drobilla.net/software/patchage"
-license=('GPL')
-depends=('dbus-glib' 'libglademm' 'hicolor-icon-theme'
- 'raul' 'flowcanvas<1.0.0' 'jack')
+license=('GPL3')
+depends=('ganv' 'jack' 'desktop-file-utils')
makedepends=('boost' 'python2')
-install=$pkgname.install
+install="$pkgname.install"
source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
-sha256sums=('9bb9d1ba0205c0ad95c6dbecba56c513ff706f1057348d33ff7567bc9cbd89d2')
+md5sums=('d16a3fc045faff7fd70f3b4769b65698')
build() {
- cd "$srcdir/$pkgname-$pkgver"
-
+ cd $pkgname-$pkgver
python2 waf configure --prefix=/usr
python2 waf build $MAKEFLAGS
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- python2 waf --destdir="$pkgdir" install
+ cd $pkgname-$pkgver
+ python2 waf install --destdir="$pkgdir"
}
# vim:set ts=2 sw=2 et: