1 {lib, stdenv, fetchurl, libxml2, openssl, bzip2}:
3 stdenv.mkDerivation rec {
8 url = "ftp://ftp.debian.nl/pub/freebsd/ports/distfiles/dclib-${version}.tar.bz2";
9 sha256 = "02jdzm5hqzs1dv2rd596vgpcjaapm55pqqapz5m94l30v4q72rfc";
12 buildInputs = [libxml2 openssl bzip2];
15 description = "Peer-to-Peer file sharing client";
16 homepage = "http://dcgui.berlios.de";
17 platforms = platforms.linux;
18 license = [ licenses.openssl licenses.gpl2 ];