summaryrefslogtreecommitdiff
path: root/pcr/nekobee/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-26 02:20:27 -0700
committerroot <root@rshg054.dnsready.net>2013-05-26 02:20:27 -0700
commit99ee54f2484aadc464e997e54aa9c7ca7ecde198 (patch)
tree44f52f702b3d499e99fe7fe6314d9897de17efb4 /pcr/nekobee/PKGBUILD
parent2333a0e547f378ad697f35312d6ba6d3fbafb2c8 (diff)
Sun May 26 02:19:21 PDT 2013
Diffstat (limited to 'pcr/nekobee/PKGBUILD')
-rw-r--r--pcr/nekobee/PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/pcr/nekobee/PKGBUILD b/pcr/nekobee/PKGBUILD
new file mode 100644
index 000000000..4e71ae93d
--- /dev/null
+++ b/pcr/nekobee/PKGBUILD
@@ -0,0 +1,27 @@
+# Maintainer: Guest One <theguestone at gmail dot com>
+
+pkgname=nekobee
+pkgver=0.1.8
+pkgrel=2
+pkgdesc="A TB303-style synthesizer for DSSI"
+url="https://github.com/gordonjcp/nekobee"
+depends=('liblo' 'gtk2')
+makedepends=('dssi' 'python' 'ladspa')
+arch=('i686')
+license=('GPL')
+source=("https://github.com/gordonjcp/${pkgname}/archive/${pkgver}.tar.gz"
+ "nekobee.patch")
+md5sums=('5954ac49043bc80588be72a9b9a9b28f'
+ '8dde87ad9b2a8500c51d773b25b7984f')
+
+build() {
+cd $startdir/src/$pkgname-$pkgver
+patch -p1 -i $srcdir/$pkgname.patch
+./waf configure --prefix=/usr
+./waf
+}
+
+package() {
+cd $startdir/src/$pkgname-$pkgver
+DESTDIR=$pkgdir ./waf install
+}