diff options
author | tnut <tnut at nutyx dot com> | 2011-07-31 13:51:21 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-07-31 13:51:21 +0200 |
commit | e50b86807e1fe662d455020024425ca085ac6793 (patch) | |
tree | 9e620073661981e899764239141838d83bbf6dd4 /kde/raptor/Pkgfile | |
parent | d2634752714906ef6697ff15577d7d68eecc0359 (diff) | |
download | nutyx-pakxe-e50b86807e1fe662d455020024425ca085ac6793.tar.gz nutyx-pakxe-e50b86807e1fe662d455020024425ca085ac6793.tar.bz2 nutyx-pakxe-e50b86807e1fe662d455020024425ca085ac6793.tar.xz nutyx-pakxe-e50b86807e1fe662d455020024425ca085ac6793.zip |
raptor, maj 1.4.21-1
Diffstat (limited to 'kde/raptor/Pkgfile')
-rwxr-xr-x | kde/raptor/Pkgfile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/kde/raptor/Pkgfile b/kde/raptor/Pkgfile index d88b5e44e..f30165d77 100755 --- a/kde/raptor/Pkgfile +++ b/kde/raptor/Pkgfile @@ -2,16 +2,18 @@ # URL: http://download.librdf.org/source/ # Maintainer: NuTyX packager team # Packager: lesibel at free dot fr -# Depends on: libxslt, libxml2, curl +# Depends on: libxslt,libxml2,curl,libcap,acl # Run on: libxslt,libxml2,curl name=raptor -version=1.4.19 +version=1.4.21 release=1 -source=(http://download.librdf.org/source/raptor-$version.tar.gz) +source=(http://librdf.org/dist/source/raptor-$version.tar.gz) build() { cd raptor-$version + sed -i '/#include <curl\/types.h>/d' src/raptor_internal.h + ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-static |