diff options
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 |