summaryrefslogtreecommitdiffstats
path: root/kde/raptor/Pkgfile
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/raptor/Pkgfile
parent8891381f20f9cee3194bb5c7f1e8fdae75e4d11f (diff)
downloadnutyx-pakxe-c83f5daa0b1c93b4ced569ed27b02c5d0986e7aa.tar.gz
nutyx-pakxe-c83f5daa0b1c93b4ced569ed27b02c5d0986e7aa.tar.bz2
nutyx-pakxe-c83f5daa0b1c93b4ced569ed27b02c5d0986e7aa.tar.xz
nutyx-pakxe-c83f5daa0b1c93b4ced569ed27b02c5d0986e7aa.zip
maj de raptor#1.4.21-2
Diffstat (limited to 'kde/raptor/Pkgfile')
-rwxr-xr-xkde/raptor/Pkgfile7
1 files changed, 4 insertions, 3 deletions
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
}