* ktorrent 2.2.5.
svn path=/nixpkgs/trunk/; revision=10555
This commit is contained in:
parent
960f599215
commit
3e158a1c19
|
@ -3,13 +3,21 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ktorrent-2.2.1";
|
name = "ktorrent-2.2.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://ktorrent.pwsp.net/downloads/2.2.1/ktorrent-2.2.1.tar.gz;
|
url = http://ktorrent.org/downloads/2.2.5/ktorrent-2.2.5.tar.bz2;
|
||||||
sha256 = "1wv7y8p21fliys55hcbxgxndz6y7ilr3cqyz99y32sm0v6l7qpyd";
|
sha256 = "1rkblfpg4ysg4935i3l22ns553h37rn2flm4rgkqzdf67aq0akkx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig kdelibs kdelibs.qt xlibs.xlibs zlib libpng libjpeg perl gmp
|
pkgconfig kdelibs kdelibs.qt xlibs.xlibs zlib libpng libjpeg perl gmp
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = "--without-arts";
|
configureFlags = "--without-arts";
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = http://ktorrent.org/;
|
||||||
|
description = "A BitTorrent client for KDE";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue