summaryrefslogtreecommitdiffstats
path: root/libraries/redland
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2010-05-12 17:42:10 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 17:42:10 +0200
commita1e674cc2c7dafd1b0126b5713fada3e36f9fc02 (patch)
tree5badaae1c010ed624477f245047f6e62f6b743a2 /libraries/redland
parente6840b4ba85dae992ad1eb29ce02071f5da7360d (diff)
downloadslackbuilds-a1e674cc2c7dafd1b0126b5713fada3e36f9fc02.tar.gz
slackbuilds-a1e674cc2c7dafd1b0126b5713fada3e36f9fc02.tar.xz
libraries/redland: Updated for version 1.0.9
Diffstat (limited to 'libraries/redland')
-rw-r--r--libraries/redland/README3
-rw-r--r--libraries/redland/redland.SlackBuild16
-rw-r--r--libraries/redland/redland.info12
3 files changed, 19 insertions, 12 deletions
diff --git a/libraries/redland/README b/libraries/redland/README
index 65538bf66c..105b6ef14a 100644
--- a/libraries/redland/README
+++ b/libraries/redland/README
@@ -5,5 +5,4 @@ each of the RDF concepts in its own class via an object based API,
reflected into the language APIs, currently C#, Java, Perl, PHP,
Python, Ruby and Tcl.
-This requires raptor and rasqal, both of which are available at
-SlackBuilds.org.
+This requires raptor and rasqal.
diff --git a/libraries/redland/redland.SlackBuild b/libraries/redland/redland.SlackBuild
index 21c92a4f22..c409ef1631 100644
--- a/libraries/redland/redland.SlackBuild
+++ b/libraries/redland/redland.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for redland
-# Copyright 2007-2008 Heinz Wiesinger <hmwiesinger@gmx.at>
+# Copyright 2007-2009 Heinz Wiesinger <pprkut@liwjatan.at>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,9 +23,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=redland
-VERSION=1.0.8
+VERSION=1.0.9
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -52,6 +52,13 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
+# Fix loading of modular storage engine from external applications
+# like SVN revision 15171
+for i in MYSQL POSTGRESQL SQLITE TSTORE; do
+ sed -i "s/LIBADD = @${i}_LIBS@/LIBADD = @${i}_LIBS@ librdf.la/" \
+ src/Makefile.in
+done
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -60,7 +67,8 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--disable-static \
- --with-threads
+ --with-threads \
+ --build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG
diff --git a/libraries/redland/redland.info b/libraries/redland/redland.info
index 9090bddec7..6e809336ea 100644
--- a/libraries/redland/redland.info
+++ b/libraries/redland/redland.info
@@ -1,8 +1,8 @@
PRGNAM="redland"
-VERSION="1.0.8"
+VERSION="1.0.9"
HOMEPAGE="http://librdf.org/"
-DOWNLOAD="http://download.librdf.org/source/redland-1.0.8.tar.gz"
-MD5SUM="ca66e26082cab8bb817185a116db809b"
-MAINTAINER="ppr:kut"
-EMAIL="HMWiesinger@gmx.at"
-APPROVED="Erik Hanson"
+DOWNLOAD="http://download.librdf.org/source/redland-1.0.9.tar.gz"
+MD5SUM="e5ef0c29c55b4f0f5aeed7955b4d383b"
+MAINTAINER="pprkut"
+EMAIL="pprkut@liwjatan.at"
+APPROVED="dsomero"