2016-09-11 21:24:51 +00:00
|
|
|
{ stdenv, fetchurl, gtk2, glib, pkgconfig, openssl, boost }:
|
2010-07-28 15:35:01 +00:00
|
|
|
|
2008-01-30 17:20:48 +00:00
|
|
|
stdenv.mkDerivation {
|
2007-09-11 19:27:25 +00:00
|
|
|
name = "d4x-2.5.7.1";
|
2014-11-06 00:44:33 +00:00
|
|
|
|
2008-01-30 17:20:48 +00:00
|
|
|
inherit boost;
|
2007-09-11 19:27:25 +00:00
|
|
|
|
2008-01-30 17:20:48 +00:00
|
|
|
src = fetchurl {
|
2016-03-14 16:16:46 +00:00
|
|
|
url = http://pkgs.fedoraproject.org/repo/pkgs/d4x/d4x-2.5.7.1.tar.bz2/68d6336c3749a7caabb0f5a5f84f4102/d4x-2.5.7.1.tar.bz2;
|
2007-09-11 19:27:25 +00:00
|
|
|
sha256 = "1i1jj02bxynisqapv31481sz9jpfp3f023ky47spz1v1wlwbs13m";
|
|
|
|
};
|
|
|
|
|
2016-09-11 21:24:51 +00:00
|
|
|
buildInputs = [ gtk2 glib pkgconfig openssl boost ];
|
2007-09-11 19:27:25 +00:00
|
|
|
|
2014-11-06 00:44:33 +00:00
|
|
|
meta = {
|
2010-07-28 15:35:01 +00:00
|
|
|
description = "Graphical download manager";
|
|
|
|
homepage = http://www.krasu.ru/soft/chuchelo/;
|
2014-11-06 00:44:33 +00:00
|
|
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
2007-09-11 19:27:25 +00:00
|
|
|
};
|
|
|
|
}
|