diff options
-rw-r--r-- | kde/raptor/.footprint | 1 | ||||
-rwxr-xr-x | kde/raptor/Pkgfile | 7 |
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 } |