aboutsummaryrefslogtreecommitdiff
path: root/externals/debian
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2003-07-08 07:35:57 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2003-07-08 07:35:57 +0000
commit9faada387fd8557a8ea69f2ec303dc28edbe44d6 (patch)
tree1cc4a136c03e3942e0589b8c182854b150899b49 /externals/debian
parent6bff2f46afd0e8a5efc018e1e15e662e7577c972 (diff)
new release
svn path=/trunk/; revision=752
Diffstat (limited to 'externals/debian')
-rw-r--r--externals/debian/changelog6
-rwxr-xr-xexternals/debian/rules11
2 files changed, 12 insertions, 5 deletions
diff --git a/externals/debian/changelog b/externals/debian/changelog
index 87275779..98b62c3d 100644
--- a/externals/debian/changelog
+++ b/externals/debian/changelog
@@ -1,3 +1,9 @@
+pd-externals (0.6-1) unstable; urgency=low
+
+ * new release, with cyclone
+
+ -- Guenter Geiger (Debian/GNU) <geiger@debian.org> Fri, 20 Jun 2003 12:12:10 +0200
+
pd-externals (0.5-1) unstable; urgency=low
* added the missing single externals
diff --git a/externals/debian/rules b/externals/debian/rules
index bf63ead2..03515b4c 100755
--- a/externals/debian/rules
+++ b/externals/debian/rules
@@ -28,7 +28,6 @@ orig:
cd ..;tar --exclude=CVS -czvf pd-externals_0.3.orig.tar.gz externals
-
build: build-stamp
build-stamp: configure-stamp
@@ -41,17 +40,19 @@ build-stamp: configure-stamp
# Build zexy
- (cd zexy/src; $(MAKE) -f makefile.linux)
+ (cd zexy/src; $(MAKE) -f makefile.linux LINCLUDE="-I ../../build/include")
# Build flext
- (cd grill/flext; $(MAKE) -f makefile.pd-linux STK=/usr/include/stk)
+ (cd grill/flext; $(MAKE) -f makefile.pd-linux PDPATH=../../build/include STK=/usr/include/stk)
# Flext externals
#
- (cd footils; make FLEXTPATH=../../grill/flext/pd-linux \
- FLEXTINC=../../grill/flext/source FLUIDLIB=" -lfluidsynth")
+ (cd footils; make PD_DIR=../../build/include \
+ FLEXTPATH=../../grill/flext/pd-linux \
+ FLEXTINC=../../grill/flext/source \
+ FLUIDLIB=" -lfluidsynth")
# OSC