summaryrefslogtreecommitdiffstats
path: root/base/ladspa/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-26 21:09:39 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-26 21:09:39 +0100
commit831e96fcca13e5f57dabe7257a7fe855ade118f6 (patch)
treed1a7d4974d87371b6faf9ca3652abe7dcd41bfd0 /base/ladspa/Pkgfile
parent983af06fded2af61e452fefcd5784628360d7716 (diff)
downloadnutyx-extra-831e96fcca13e5f57dabe7257a7fe855ade118f6.tar.gz
nutyx-extra-831e96fcca13e5f57dabe7257a7fe855ade118f6.tar.bz2
nutyx-extra-831e96fcca13e5f57dabe7257a7fe855ade118f6.tar.xz
nutyx-extra-831e96fcca13e5f57dabe7257a7fe855ade118f6.zip
ladspa, déplacé dans ouvert
Diffstat (limited to 'base/ladspa/Pkgfile')
-rw-r--r--base/ladspa/Pkgfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/base/ladspa/Pkgfile b/base/ladspa/Pkgfile
deleted file mode 100644
index 1a9b6c81d..000000000
--- a/base/ladspa/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
-}