[Lunar-commits] <moonbase> PDFlib-Lite: no statics, DEPENDS improvements ...
Christian Krause
wookietreiber at lunar-linux.org
Tue Jun 21 19:23:11 CEST 2011
commit ababc47fed728c4c608d9b21e670265507f3897c
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Tue Jun 21 19:23:11 2011 +0200
PDFlib-Lite: no statics, DEPENDS improvements ...
now it actually works with perl, python and java, though someone should pose
some bash-foo-magic on that --with-pyincl=/usr/include/python2.7/ ...
---
libs/PDFlib-Lite/BUILD | 7 +++++++
libs/PDFlib-Lite/DEPENDS | 13 +++++++------
2 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/libs/PDFlib-Lite/BUILD b/libs/PDFlib-Lite/BUILD
new file mode 100644
index 0000000..e2fbd21
--- /dev/null
+++ b/libs/PDFlib-Lite/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --disable-static" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/PDFlib-Lite/DEPENDS b/libs/PDFlib-Lite/DEPENDS
index a76cc9a..5cee34d 100644
--- a/libs/PDFlib-Lite/DEPENDS
+++ b/libs/PDFlib-Lite/DEPENDS
@@ -1,6 +1,7 @@
-optional_depends perl "" "--without-perl" "for perl support"
-optional_depends Python "" "--without-python" "for python support"
-optional_depends ruby "" "--without-ruby" "for ruby support"
-optional_depends %JAVA_SDK "" "--without-java" "for java support"
-optional_depends openssl "" "--without-openssl" "for openssl support"
-optional_depends tcl "" "--without-tcl" "for tcl support"
+optional_depends "perl" "" "--with-perl=no" "for perl bindings"
+optional_depends "Python" "--with-pyincl=/usr/include/python2.7/" "--without-python" "for python bindings"
+optional_depends "ruby" "" "--without-ruby" "for ruby bindings"
+optional_depends "sun-jdk" "--with-java=/usr/java/default" "--without-java" "for java bindings"
+optional_depends "tcl" "" "--without-tcl" "for tcl bindings"
+optional_depends "openssl" "" "--without-openssl" "for openssl support"
+optional_depends "icu4c" "--enable-icu" "--disable-icu" "for icu support"
More information about the Lunar-commits
mailing list