summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-02 09:47:25 +0200
committersibel <lesibel@free.fr>2010-09-02 09:47:25 +0200
commitc83f5daa0b1c93b4ced569ed27b02c5d0986e7aa (patch)
tree96a39b06c8ff31a9c1c150004be9c1a8c04fc0fe /kde
parent8891381f20f9cee3194bb5c7f1e8fdae75e4d11f (diff)
downloadnutyx-extra-c83f5daa0b1c93b4ced569ed27b02c5d0986e7aa.tar.gz
nutyx-extra-c83f5daa0b1c93b4ced569ed27b02c5d0986e7aa.tar.bz2
nutyx-extra-c83f5daa0b1c93b4ced569ed27b02c5d0986e7aa.tar.xz
nutyx-extra-c83f5daa0b1c93b4ced569ed27b02c5d0986e7aa.zip
maj de raptor#1.4.21-2
Diffstat (limited to 'kde')
-rw-r--r--kde/raptor/.footprint1
-rwxr-xr-xkde/raptor/Pkgfile7
2 files changed, 4 insertions, 4 deletions
diff --git a/kde/raptor/.footprint b/kde/raptor/.footprint
index a4a429ee7..d9c1f63ee 100644
--- a/kde/raptor/.footprint
+++ b/kde/raptor/.footprint
@@ -5,7 +5,6 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/raptor.h
drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/libraptor.a
-rwxr-xr-x root/root usr/lib/libraptor.la
lrwxrwxrwx root/root usr/lib/libraptor.so -> libraptor.so.1.2.0
lrwxrwxrwx root/root usr/lib/libraptor.so.1 -> libraptor.so.1.2.0
diff --git a/kde/raptor/Pkgfile b/kde/raptor/Pkgfile
index 6019bff6a..b3b18595e 100755
--- a/kde/raptor/Pkgfile
+++ b/kde/raptor/Pkgfile
@@ -6,14 +6,15 @@
name=raptor
version=1.4.21
-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
+ make -j5
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}