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 /kde/rasqal/Pkgfile | |
parent | 4be61151fc1e46ac88c55927add711cdd9fdcb7f (diff) | |
download | nutyx-extra-4fc3ac7641bd870df207f6ea02f52e2ccae1fbb8.tar.gz nutyx-extra-4fc3ac7641bd870df207f6ea02f52e2ccae1fbb8.tar.bz2 nutyx-extra-4fc3ac7641bd870df207f6ea02f52e2ccae1fbb8.tar.xz nutyx-extra-4fc3ac7641bd870df207f6ea02f52e2ccae1fbb8.zip |
rasqal dans extra
Diffstat (limited to 'kde/rasqal/Pkgfile')
-rwxr-xr-x | kde/rasqal/Pkgfile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/kde/rasqal/Pkgfile b/kde/rasqal/Pkgfile deleted file mode 100755 index 8e870dd47..000000000 --- a/kde/rasqal/Pkgfile +++ /dev/null @@ -1,25 +0,0 @@ -# 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 -} |