summaryrefslogtreecommitdiffstats
path: root/kde/redland/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-15 21:55:13 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-15 21:55:13 +0200
commit6d0d86d9b9f2ef0ddf4a74dbcfae2bd6e716334a (patch)
tree65deb974e1a2e80e0c30ded352183c6ca2389786 /kde/redland/Pkgfile
parentd6df46639bb6e79d13ae7adad1a27d4f3a41cf13 (diff)
downloadnutyx-pakxe-6d0d86d9b9f2ef0ddf4a74dbcfae2bd6e716334a.tar.gz
nutyx-pakxe-6d0d86d9b9f2ef0ddf4a74dbcfae2bd6e716334a.tar.bz2
nutyx-pakxe-6d0d86d9b9f2ef0ddf4a74dbcfae2bd6e716334a.tar.xz
nutyx-pakxe-6d0d86d9b9f2ef0ddf4a74dbcfae2bd6e716334a.zip
maj redland#1.0.10-2, maj des dépendances
Diffstat (limited to 'kde/redland/Pkgfile')
-rwxr-xr-xkde/redland/Pkgfile10
1 files changed, 7 insertions, 3 deletions
diff --git a/kde/redland/Pkgfile b/kde/redland/Pkgfile
index b8936bd8e..6a1f34ce0 100755
--- a/kde/redland/Pkgfile
+++ b/kde/redland/Pkgfile
@@ -2,17 +2,21 @@
# URL: http://download.librdf.org/source/
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
-# Depends on: raptor, rasqal, sqlite3
+# Depends on: raptor, rasqal, sqlite3, unixodbc
name=redland
version=1.0.10
-release=1
-source=(http://download.librdf.org/source/$name-$version.tar.gz)
+release=2
+source=(http://download.librdf.org/source/$name-$version.tar.gz\
+ librdf_storage_register_factory.patch)
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
./configure --prefix=/usr \
--sysconfdir=/etc \
+ --with-raptor=system \
+ --with-rasqual=system \
--with-mysql=no \
--with-sqlite=3
make