summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-02 09:47:50 +0200
committersibel <lesibel@free.fr>2010-09-02 09:47:50 +0200
commit2ba036e2e53cead7d34123c476e3d4ef7cb8d18c (patch)
tree5c2845a19f4bd22062fb7e2939930eb82982c044 /kde
parentc83f5daa0b1c93b4ced569ed27b02c5d0986e7aa (diff)
downloadnutyx-extra-2ba036e2e53cead7d34123c476e3d4ef7cb8d18c.tar.gz
nutyx-extra-2ba036e2e53cead7d34123c476e3d4ef7cb8d18c.tar.bz2
nutyx-extra-2ba036e2e53cead7d34123c476e3d4ef7cb8d18c.tar.xz
nutyx-extra-2ba036e2e53cead7d34123c476e3d4ef7cb8d18c.zip
maj de rasqal#0.9.19-2
Diffstat (limited to 'kde')
-rw-r--r--kde/rasqal/.footprint1
-rwxr-xr-xkde/rasqal/Pkgfile9
2 files changed, 6 insertions, 4 deletions
diff --git a/kde/rasqal/.footprint b/kde/rasqal/.footprint
index c2e8ffb8c..09e5c57d9 100644
--- a/kde/rasqal/.footprint
+++ b/kde/rasqal/.footprint
@@ -6,7 +6,6 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/rasqal/
-rw-r--r-- root/root usr/include/rasqal/rasqal.h
drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/librasqal.a
-rwxr-xr-x root/root usr/lib/librasqal.la
lrwxrwxrwx root/root usr/lib/librasqal.so -> librasqal.so.2.0.0
lrwxrwxrwx root/root usr/lib/librasqal.so.2 -> librasqal.so.2.0.0
diff --git a/kde/rasqal/Pkgfile b/kde/rasqal/Pkgfile
index 2461c035b..dac8ebfc9 100755
--- a/kde/rasqal/Pkgfile
+++ b/kde/rasqal/Pkgfile
@@ -6,14 +6,17 @@
name=rasqal
version=0.9.19
-release=1
+release=2
source=(http://download.librdf.org/source/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
- --sysconfdir=/etc
- make -j3
+ --sysconfdir=/etc \
+ --disable-static \
+ --enable-release \
+ --with-raptor=system
+ make -j5
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}