summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Otto2017-02-24 12:48:49 +0100
committerDavid Otto2017-02-24 12:48:49 +0100
commit60b3e3fba3d9fd68a9c5d4b32f2552421fb73c99 (patch)
tree326e3e0d3634bb93916f7e9c27d1759a080d9ee2
downloadaur-60b3e3fba3d9fd68a9c5d4b32f2552421fb73c99.tar.gz
initial
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..480e89d1318a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = luftikus
+ pkgdesc = distrho port of EQ plugin (LV2/VST). digital adaptation of an analog EQ with fixed half-octave bands and additional high frequency boost
+ pkgver = 20140826
+ pkgrel = 1
+ url = http://distrho.sourceforge.net
+ arch = x86_64
+ license = GPL
+ depends = freetype2
+ depends = libxext
+ source = http://sourceforge.net/projects/distrho/files/2014-08-26/luftikus-linux64bit.tar.xz
+ md5sums = ab8d9328a2ae8c4c6ec21128658aca44
+
+pkgname = luftikus
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b8e05e5da606
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+pkgname=luftikus
+pkgver=20140826
+_pkgver=2014-08-26
+pkgrel=1
+pkgdesc="distrho port of EQ plugin (LV2/VST). digital adaptation of an analog EQ with fixed half-octave bands and additional high frequency boost"
+arch=('x86_64')
+url="http://distrho.sourceforge.net"
+depends=('freetype2' 'libxext')
+license=('GPL')
+source=("http://sourceforge.net/projects/distrho/files/"$_pkgver"/$pkgname-linux64bit.tar.xz")
+md5sums=('ab8d9328a2ae8c4c6ec21128658aca44')
+
+package() {
+ mkdir -p "${pkgdir}/usr/lib/vst"
+ cp */*.so "${pkgdir}/usr/lib/vst"
+}