diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-10 10:52:50 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-10 10:52:50 +0200 |
commit | a5e45d5067e318d204609ff626c4a846804d32b6 (patch) | |
tree | dca5bc846cbc7073b8f6d1c1e040f908b16cfaf9 /kde/redland/Pkgfile | |
parent | c31cbca0f20110a66d9b1bb6de8a9c3ca2d6b7f9 (diff) | |
download | nutyx-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/Pkgfile')
-rwxr-xr-x | kde/redland/Pkgfile | 9 |
1 files changed, 3 insertions, 6 deletions
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 |