summaryrefslogtreecommitdiffstats
path: root/kde/redland
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-10 10:52:50 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-10 10:52:50 +0200
commita5e45d5067e318d204609ff626c4a846804d32b6 (patch)
treedca5bc846cbc7073b8f6d1c1e040f908b16cfaf9 /kde/redland
parentc31cbca0f20110a66d9b1bb6de8a9c3ca2d6b7f9 (diff)
downloadnutyx-pakxe-a5e45d5067e318d204609ff626c4a846804d32b6.tar.gz
nutyx-pakxe-a5e45d5067e318d204609ff626c4a846804d32b6.tar.bz2
nutyx-pakxe-a5e45d5067e318d204609ff626c4a846804d32b6.tar.xz
nutyx-pakxe-a5e45d5067e318d204609ff626c4a846804d32b6.zip
maj redland#1.0.10-3
Diffstat (limited to 'kde/redland')
-rw-r--r--kde/redland/.md5sum1
-rwxr-xr-xkde/redland/Pkgfile9
2 files changed, 3 insertions, 7 deletions
diff --git a/kde/redland/.md5sum b/kde/redland/.md5sum
index d7f68e69e..9ba84fa5c 100644
--- a/kde/redland/.md5sum
+++ b/kde/redland/.md5sum
@@ -1,2 +1 @@
-1044ffc635f5c0ad16a00e18491ee588 librdf_storage_register_factory.patch
bdbb9b8dc614fc09a14cd646079619e1 redland-1.0.10.tar.gz
diff --git a/kde/redland/Pkgfile b/kde/redland/Pkgfile
index 37a5f6f41..ae5729b1c 100755
--- a/kde/redland/Pkgfile
+++ b/kde/redland/Pkgfile
@@ -6,21 +6,18 @@
name=redland
version=1.0.10
-release=2
-source=(http://download.librdf.org/source/$name-$version.tar.gz\
- librdf_storage_register_factory.patch)
+release=3
+source=(http://download.librdf.org/source/$name-$version.tar.gz)
build() {
cd $name-$version
- patch -Np1 -i ../librdf_storage_register_factory.patch
-# sed -i -e 's/SQLITE_API/REDLAND_SQLITE_API/g' configure src/rdf_config.h.in src/rdf_storage_sqlite.c
sed -i -e '/SHAVE/d' configure.ac
- autoreconf
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-raptor=system \
--with-rasqual=system \
--with-mysql=no \
--with-sqlite=3
+ sed -i "s|librdf_storage_virtuoso_la_LIBADD = -lodbc|librdf_storage_virtuoso_la_LIBADD = -lodbc librdf.la|" src/Makefile
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc