Adding 4store RDF storage/SparQL server

svn path=/nixpkgs/trunk/; revision=22434
This commit is contained in:
Michael Raskin
2010-06-30 21:51:48 +00:00
parent 6caaf0286d
commit 853212def0
5 changed files with 70 additions and 5 deletions
+5 -4
View File
@@ -1,15 +1,16 @@
args: with args;
stdenv.mkDerivation {
name = "rasqal-0.9.16";
stdenv.mkDerivation rec {
name = "rasqal-0.9.19";
src = fetchurl {
url = http://download.librdf.org/source/rasqal-0.9.16.tar.gz;
sha256 = "1qvxbkynxwfw22hn2qbgxczzaq24h9649bcfbc598x9gq5m7hsq6";
url = "http://download.librdf.org/source/${name}.tar.gz";
sha256 = "a042846e8b7af52d9d66fba788c9d579e58c535cfaf80d33dc0bd69bf6ffeb08";
};
buildInputs = [
librdf_raptor
gmp /*or mpfr*/
pkgconfig
#optional
pcre libxml2
];