diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:51 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:51 +0200 |
commit | 4fc3ac7641bd870df207f6ea02f52e2ccae1fbb8 (patch) | |
tree | 4b30a30bdef252cfefc73f09cf999d4fce25d0df /extra/rasqal/Pkgfile | |
parent | 4be61151fc1e46ac88c55927add711cdd9fdcb7f (diff) | |
download | nutyx-pakxe-4fc3ac7641bd870df207f6ea02f52e2ccae1fbb8.tar.gz nutyx-pakxe-4fc3ac7641bd870df207f6ea02f52e2ccae1fbb8.tar.bz2 nutyx-pakxe-4fc3ac7641bd870df207f6ea02f52e2ccae1fbb8.tar.xz nutyx-pakxe-4fc3ac7641bd870df207f6ea02f52e2ccae1fbb8.zip |
rasqal dans extra
Diffstat (limited to 'extra/rasqal/Pkgfile')
-rwxr-xr-x | extra/rasqal/Pkgfile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/rasqal/Pkgfile b/extra/rasqal/Pkgfile new file mode 100755 index 000000000..8e870dd47 --- /dev/null +++ b/extra/rasqal/Pkgfile @@ -0,0 +1,25 @@ +# Description: Librairies RDF de Redland +# URL: http://download.librdf.org/source/ +# Maintainer: NuTyX packager team +# Packager: lesibel at free dot fr +# Depends on: raptor +# Run on: raptor + +name=rasqal +version=0.9.20 +release=1 +source=(http://download.librdf.org/source/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-static \ + --enable-release \ + --enable-pcre \ + --enable-xml \ + --enable-xml2 + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/gtk-doc +} |