summaryrefslogtreecommitdiffstats
path: root/extra/ladspa/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-12 23:45:59 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-12 23:45:59 +0200
commitc616016c2c828f3a2ab27bf8f03f1b8fc1de64c6 (patch)
tree8e5412e836dae31580c4478503b881dcc7500800 /extra/ladspa/Pkgfile
parent8e32f859dc11b525eda35e038103421331702c31 (diff)
parent3472733e06923fff8f45fadef0b82d255574f794 (diff)
downloadnutyx-pakxe-c616016c2c828f3a2ab27bf8f03f1b8fc1de64c6.tar.gz
nutyx-pakxe-c616016c2c828f3a2ab27bf8f03f1b8fc1de64c6.tar.bz2
nutyx-pakxe-c616016c2c828f3a2ab27bf8f03f1b8fc1de64c6.tar.xz
nutyx-pakxe-c616016c2c828f3a2ab27bf8f03f1b8fc1de64c6.zip
Merge commit 'fanch/master'
Diffstat (limited to 'extra/ladspa/Pkgfile')
-rw-r--r--extra/ladspa/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/ladspa/Pkgfile b/extra/ladspa/Pkgfile
new file mode 100644
index 000000000..f227b1397
--- /dev/null
+++ b/extra/ladspa/Pkgfile
@@ -0,0 +1,18 @@
+
+# Description: simple plugin API pour les audio dévéloppeur de linux
+# URL:http://www.ladspa.org/
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on: gcc
+
+name=ladspa
+version=1.13
+release=1
+source=(http://www.ladspa.org/download/ladspa_sdk_$version.tgz)
+build() {
+ cd $SRC/ladspa_sdk/src
+ make
+ make INSTALL_PLUGINS_DIR=$PKG/usr/lib/ladspa/ \
+ INSTALL_INCLUDE_DIR=$PKG/usr/include/ \
+ INSTALL_BINARY_DIR=$PKG/usr/bin/ install
+}