diff options
author | sibel <lesibel@free.fr> | 2011-03-11 06:43:38 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-11 06:43:38 +0100 |
commit | bd84b43af27284fc83dc980a0bacb66143d2b362 (patch) | |
tree | d04a190cb20834e3d54a3ae622d85df58972566f /kde/raptor2/Pkgfile | |
parent | 555e1a7c8de87815e4b4ee52b27c4f7d4900c797 (diff) | |
download | nutyx-extra-bd84b43af27284fc83dc980a0bacb66143d2b362.tar.gz nutyx-extra-bd84b43af27284fc83dc980a0bacb66143d2b362.tar.bz2 nutyx-extra-bd84b43af27284fc83dc980a0bacb66143d2b362.tar.xz nutyx-extra-bd84b43af27284fc83dc980a0bacb66143d2b362.zip |
raptor2, 2.0.0-1 creation port
Diffstat (limited to 'kde/raptor2/Pkgfile')
-rwxr-xr-x | kde/raptor2/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kde/raptor2/Pkgfile b/kde/raptor2/Pkgfile new file mode 100755 index 000000000..3d6f08be7 --- /dev/null +++ b/kde/raptor2/Pkgfile @@ -0,0 +1,21 @@ +# 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 +# Run on: libxslt,libxml2,curl + +name=raptor2 +version=2.0.0 +release=1 +source=(http://download.librdf.org/source/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-static + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/gtk-doc +} |