[Lunar-commits] <moonbase-other> redland: Adding this here, was in kde/libs.

Dennis Veatch stumbles at lunar-linux.org
Fri Jul 20 12:59:38 CEST 2012


commit ca96bdc328dbd022f1c415505b5bfbe605e24ad6
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Fri, 20 Jul 2012 03:59:38 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/ca96bdc328dbd022f1c415505b5bfbe605e24ad6

redland: Adding this here, was in kde/libs.
---
  libs/redland/BUILD                                           +17/-0    
  libs/redland/CONFIGURE                                       +4/-0     
  libs/redland/DEPENDS                                         +11/-0    
  libs/redland/DETAILS                                         +14/-0    
  4 files changed, 46 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/libs/redland/BUILD
@@ -0,0 +1,17 @@
+(
+
+  OPTS+=" --disable-static" &&
+
+  if in_depends $MODULE libiodbc ; then
+     LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/libiodbc"
+  fi &&
+
+  if in_depends $MODULE libxml2 ; then
+    OPTS+=" --with-xml-parser=libxml"
+  else
+    OPTS+=" --with-xml-parser=expat"
+  fi &&
+
+  default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/redland/CONFIGURE
@@ -0,0 +1,4 @@
+mquery ENABLE_OPTIMIZE "Turn on optimizations?" y "--enable-release" "--disable-release"
+mquery ENABLE_DOC "Build html documentation?" n "-enable-gtk-doc-html" "--disable-gtk-doc-html"
+mquery ENABLE_THREADS "Enable threads?" y "--with-threads" "--without-threads"
+
--- /dev/null
+++ b/libs/redland/DEPENDS
@@ -0,0 +1,11 @@
+depends rasqal
+
+optional_depends "db"           "--with-bdb"        "--without-bdb"        "for Berkley DB database support"
+optional_depends "mysql"        "--with-mysql"      "--without-mysql"      "for MySql database support"
+optional_depends "postgresql"   "--with-postgresql" "--without-postgresql" "for Postgresql database support"
+optional_depends "sqlite"       "--with-sqlite"     "--without-sqlite"     "for SqLite database support"
+optional_depends "virtuoso"     "--with-virtuoso"   "--without-virtuoso"   "for virtuoso database support"
+optional_depends "libiodbc"     "--with-iodbc"      "--without-iodbc"      "for Independent Open DataBase Connectivity support"
+optional_depends "unixODBC"     "--with-unixodbc"   "--without-unixodbc"   "for unix stype ODBC support"
+optional_depends "%XMLRENDERER" ""                  ""                     "for XML support"
+
--- /dev/null
+++ b/libs/redland/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=redland
+         VERSION=1.0.15
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://download.librdf.org/source
+      SOURCE_VFY=sha1:e93d6fafaeebdf9f15a1044be6f4a88270f007af
+        WEB_SITE=http://librdf.org
+         ENTERED=20070802
+         UPDATED=20111206
+           SHORT="libraries that provide support for the Resource Description Framework"
+
+cat << EOF
+Redland is a set of free software libraries that provide support
+for the Resource Description Framework (RDF).
+EOF




More information about the Lunar-commits mailing list