diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
commit | 462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch) | |
tree | 11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/nekobee/PKGBUILD | |
parent | 748e32a3a886569b58a27003e85b76be5746153d (diff) |
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/nekobee/PKGBUILD')
-rw-r--r-- | pcr/nekobee/PKGBUILD | 27 |
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 -} |