summaryrefslogtreecommitdiff
path: root/pcr/whysynth
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/whysynth
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/whysynth')
-rw-r--r--pcr/whysynth/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/whysynth/PKGBUILD b/pcr/whysynth/PKGBUILD
deleted file mode 100644
index 8d2895984..000000000
--- a/pcr/whysynth/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer: Guest One <theguestone at gmail dot com>
-pkgname=whysynth
-pkgver=20120903
-pkgrel=1
-pkgdesc="A versatile softsynth plugin for the DSSI Soft Synth Interface"
-arch=('i686')
-url="http://www.smbolton.com/whysynth.html"
-depends=('alsa-lib' 'liblo' 'gtk2' 'fftw')
-makedepends=('dssi' 'ladspa')
-license=('GPL')
-source=(http://www.smbolton.com/whysynth/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b521b63ade13b09062a64c46d2eabee2')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr || return 1
- make || return 1
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR=${pkgdir} install || return 1
- find ${pkgdir}/usr/lib -name '*.la' -exec rm {} \; || return 1
-}