clucene: upgrade, kde4: remove

clucene-core upgraded to 0.9.20
clucene-contrib removed (can't find any version later than 0.9.16a and don't
know whether it's compatible with new clucene-core)
kde4: old staff removed, will add new tonight

svn path=/nixpkgs/trunk/; revision=9679
This commit is contained in:
Yury G. Kudryashov
2007-11-14 23:37:51 +00:00
parent 108d12cceb
commit 33796f3738
3 changed files with 15 additions and 104 deletions
@@ -1,16 +1,15 @@
{ stdenv, fetchurl }:
args: with args;
stdenv.mkDerivation rec {
name = "clucene-core-0.9.20";
stdenv.mkDerivation {
name = "clucene-core-0.9.16a";
src = fetchurl {
url = "mirror://sf/clucene/${name}.tar.bz2";
sha256 = "1hwq3b4qp1dgygmypgpg3blj68wnksq2rbqkwyxvl5dldn12q7rg";
};
configureFlags = "--disable-static";
src = fetchurl {
url = ftp://ftp.chg.ru/pub/sourceforge/c/cl/clucene/clucene-core-0.9.16a.tar.bz2;
sha256 = "0hv7sp1lbicnj2984hiki8qwrvz5zwn1zhj6azhavgjklanhihjr";
};
meta = {
description = "CLucene is a port of the very popular Java Lucene text search engine API. Core package.";
homepage = http://clucene.sourceforge.net;
};
configureFlags = "--disable-static";
meta = {
description = "CLucene is a port of the very popular Java Lucene text search engine API. Core package.";
homepage = http://clucene.sourceforge.net;
};
}