summaryrefslogtreecommitdiff
path: root/pcr/nekobee/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/nekobee/PKGBUILD')
-rw-r--r--pcr/nekobee/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/pcr/nekobee/PKGBUILD b/pcr/nekobee/PKGBUILD
deleted file mode 100644
index 4e71ae93d..000000000
--- a/pcr/nekobee/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-}