updating redland, adding rasqal, raptor, librdf
svn path=/nixpkgs/trunk/; revision=17320
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
args: with args;
|
||||
stdenv.mkDerivation {
|
||||
name = "liblrdf-0.4.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/lrdf/liblrdf/0.4.0/liblrdf-0.4.0.tar.gz;
|
||||
sha256 = "015jv7pp0a0qxgljgdvf7d01nj4fx0zgzg0wayjp7v86pa38xscm";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig librdf_raptor ladspaH openssl zlib];
|
||||
|
||||
meta = {
|
||||
description = "A lightweight RDF library with special support for LADSPA plugins.";
|
||||
homepage = http://sourceforge.net/projects/lrdf/;
|
||||
license = "GPLv2";
|
||||
maintainers = [args.lib.maintainers.marcweber];
|
||||
platforms = args.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
args: with args;
|
||||
stdenv.mkDerivation {
|
||||
name = "raptor-1.4.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://download.librdf.org/source/raptor-1.4.19.tar.gz;
|
||||
sha256 = "0qpfl73dvkhngica7wk9qglvd0b3fp9wqnjkl5q8m6h1kf8605ml";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
#optional
|
||||
libxml2 curl];
|
||||
|
||||
meta = {
|
||||
description = "The RDF Parser Toolkit";
|
||||
homepage = "http://librdf.org/raptor";
|
||||
license = "LGPL-2.1 Apache-2.0";
|
||||
maintainers = [args.lib.maintainers.marcweber];
|
||||
platforms = args.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
args: with args;
|
||||
stdenv.mkDerivation {
|
||||
name = "rasqal-0.9.16";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://download.librdf.org/source/rasqal-0.9.16.tar.gz;
|
||||
sha256 = "1qvxbkynxwfw22hn2qbgxczzaq24h9649bcfbc598x9gq5m7hsq6";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
librdf_raptor
|
||||
gmp /*or mpfr*/
|
||||
#optional
|
||||
pcre libxml2
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "library that handles Resource Description Framework (RDF)";
|
||||
homepage = "http://librdf.org/rasqal";
|
||||
license = "LGPL-2.1 Apache-2.0";
|
||||
maintainers = [args.lib.maintainers.marcweber];
|
||||
platforms = args.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user