summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-12 23:59:19 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-12 23:59:19 +0200
commit75ab1a797d1781cadec3e52609eeba4e889a4ebb (patch)
treeb768058d7c7660877e1245b9999f286d58fa1e60
parentc616016c2c828f3a2ab27bf8f03f1b8fc1de64c6 (diff)
downloadnutyx-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
-rw-r--r--base/ladspa/.footprint (renamed from extra/ladspa/.footprint)0
-rw-r--r--base/ladspa/.md5sum (renamed from extra/ladspa/.md5sum)0
-rw-r--r--base/ladspa/Pkgfile (renamed from extra/ladspa/Pkgfile)5
3 files changed, 2 insertions, 3 deletions
diff --git a/extra/ladspa/.footprint b/base/ladspa/.footprint
index df7698513..df7698513 100644
--- a/extra/ladspa/.footprint
+++ b/base/ladspa/.footprint
diff --git a/extra/ladspa/.md5sum b/base/ladspa/.md5sum
index 5e2f67c3c..5e2f67c3c 100644
--- a/extra/ladspa/.md5sum
+++ b/base/ladspa/.md5sum
diff --git a/extra/ladspa/Pkgfile b/base/ladspa/Pkgfile
index f227b1397..1a9b6c81d 100644
--- a/extra/ladspa/Pkgfile
+++ b/base/ladspa/Pkgfile
@@ -1,9 +1,7 @@
-
# 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
@@ -11,7 +9,8 @@ release=1
source=(http://www.ladspa.org/download/ladspa_sdk_$version.tgz)
build() {
cd $SRC/ladspa_sdk/src
- make
+ 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