diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-12 23:59:19 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-12 23:59:19 +0200 |
commit | 75ab1a797d1781cadec3e52609eeba4e889a4ebb (patch) | |
tree | b768058d7c7660877e1245b9999f286d58fa1e60 /base/ladspa/Pkgfile | |
parent | c616016c2c828f3a2ab27bf8f03f1b8fc1de64c6 (diff) | |
download | nutyx-pakxe-75ab1a797d1781cadec3e52609eeba4e889a4ebb.tar.gz nutyx-pakxe-75ab1a797d1781cadec3e52609eeba4e889a4ebb.tar.bz2 nutyx-pakxe-75ab1a797d1781cadec3e52609eeba4e889a4ebb.tar.xz nutyx-pakxe-75ab1a797d1781cadec3e52609eeba4e889a4ebb.zip |
ladspa, déplacé dans base et petites corrections
Diffstat (limited to 'base/ladspa/Pkgfile')
-rw-r--r-- | base/ladspa/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/base/ladspa/Pkgfile b/base/ladspa/Pkgfile new file mode 100644 index 000000000..1a9b6c81d --- /dev/null +++ b/base/ladspa/Pkgfile @@ -0,0 +1,17 @@ +# Description: simple plugin API pour les audio dévéloppeur de linux +# URL:http://www.ladspa.org/ +# Maintainer: NuTyX core team +# Packager: fanch + +name=ladspa +version=1.13 +release=1 +source=(http://www.ladspa.org/download/ladspa_sdk_$version.tgz) +build() { + cd $SRC/ladspa_sdk/src + make + mkdir -p $PKG/usr/{bin,include,lib/ladspa} + make INSTALL_PLUGINS_DIR=$PKG/usr/lib/ladspa/ \ + INSTALL_INCLUDE_DIR=$PKG/usr/include/ \ + INSTALL_BINARY_DIR=$PKG/usr/bin/ install +} |