summaryrefslogtreecommitdiff
path: root/community/vco-plugins
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-14 01:35:52 -0700
committerroot <root@rshg054.dnsready.net>2013-08-14 01:35:52 -0700
commit35ddd3815641e4564d75c5b402f7f0cf48628167 (patch)
treec182205aac34cc99f9059a2e5f5d2c823a7bb258 /community/vco-plugins
parent67ed1f749df552e8649438980b92b257f868eb8d (diff)
Wed Aug 14 01:35:17 PDT 2013
Diffstat (limited to 'community/vco-plugins')
-rw-r--r--community/vco-plugins/PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/community/vco-plugins/PKGBUILD b/community/vco-plugins/PKGBUILD
new file mode 100644
index 000000000..23df80ddb
--- /dev/null
+++ b/community/vco-plugins/PKGBUILD
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 95497 2013-08-13 03:26:22Z speps $
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+pkgname=vco-plugins
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="LADSPA anti-aliased oscillator plugins"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/VCO-plugins-$pkgver.tar.bz2")
+md5sums=('6fdf4a7e3c716abbb89721645427cd52')
+
+build() {
+ cd "$srcdir/VCO-plugins-$pkgver"
+ make
+}
+
+package() {
+ cd "$srcdir/VCO-plugins-$pkgver"
+
+ # plugin
+ install -Dm755 blvco.so "$pkgdir/usr/lib/ladspa/blvco.so"
+ ln -s blvco.so "$pkgdir/usr/lib/ladspa/vco_sawpulse.so"
+}