# Description: Librairies RDF de Redland # URL: http://download.librdf.org/source/ # Maintainer: NuTyX packager team # Packager: lesibel at free dot fr # Depends on: libxslt,libxml2,curl,libcap,acl # Run on: libxslt,libxml2,curl name=raptor version=2.0.4 release=1 source=(http://librdf.org/dist/source/raptor2-$version.tar.gz) build() { cd raptor2-$version # sed -i '/#include /d' src/raptor_internal.h ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-static make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc }