added sitecopy

svn path=/nixpkgs/trunk/; revision=17638
This commit is contained in:
Rob Vermaas 2009-10-05 10:37:30 +00:00
parent 5e1c057878
commit bd4ef3cbfc
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{stdenv, fetchurl, neon}:
stdenv.mkDerivation {
name = "sitecopy-0.16.6";
src = fetchurl {
url = http://www.manyfish.co.uk/sitecopy/sitecopy-0.16.6.tar.gz;
sha256 = "1bsqfhfq83g1qambqf8i1ivvggz5d2byg94hmrpxqkg50yhdsvz0";
};
}

View file

@ -1464,6 +1464,10 @@ let
inherit stdenv fetchurl perl perlXMLParser desktop_file_utils;
};
sitecopy = import ../tools/networking/sitecopy {
inherit fetchurl stdenv neon;
};
tcpdump = import ../tools/networking/tcpdump {
inherit fetchurl stdenv libpcap;
};