2016-09-11 14:24:51 -07:00
|
|
|
{ stdenv, fetchurl, gtk2, glib, pkgconfig, openssl, boost }:
|
2010-07-28 08:35:01 -07:00
|
|
|
|
2008-01-30 09:20:48 -08:00
|
|
|
stdenv.mkDerivation {
|
2007-09-11 12:27:25 -07:00
|
|
|
name = "d4x-2.5.7.1";
|
2014-11-05 16:44:33 -08:00
|
|
|
|
2008-01-30 09:20:48 -08:00
|
|
|
inherit boost;
|
2007-09-11 12:27:25 -07:00
|
|
|
|
2008-01-30 09:20:48 -08:00
|
|
|
src = fetchurl {
|
2016-03-14 09:16:46 -07: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 12:27:25 -07:00
|
|
|
sha256 = "1i1jj02bxynisqapv31481sz9jpfp3f023ky47spz1v1wlwbs13m";
|
|
|
|
};
|
|
|
|
|
2016-09-11 14:24:51 -07:00
|
|
|
buildInputs = [ gtk2 glib pkgconfig openssl boost ];
|
2007-09-11 12:27:25 -07:00
|
|
|
|
2014-11-05 16:44:33 -08:00
|
|
|
meta = {
|
2010-07-28 08:35:01 -07:00
|
|
|
description = "Graphical download manager";
|
|
|
|
homepage = http://www.krasu.ru/soft/chuchelo/;
|
2014-11-05 16:44:33 -08:00
|
|
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
2007-09-11 12:27:25 -07:00
|
|
|
};
|
|
|
|
}
|