aMule 2.2.6.

svn path=/nixpkgs/trunk/; revision=20866
This commit is contained in:
Ludovic Courtès 2010-03-30 08:20:29 +00:00
parent 3a94c410d1
commit c936e89fc1
2 changed files with 11 additions and 7 deletions

View file

@ -1,15 +1,16 @@
{ fetchurl, stdenv, zlib, wxGTK, perl, cryptopp, libupnp, gettext
, makeWrapper }:
, pkgconfig, makeWrapper }:
stdenv.mkDerivation rec {
name = "aMule-2.2.2";
name = "aMule-2.2.6";
src = fetchurl {
url = "mirror://sourceforge/amule/${name}.tar.bz2";
sha256 = "0yrp3vk1gqfajgldfs4an5rd1l4i69icsrzcqmfxsny6qbcrv5hv";
sha256 = "08l1931hcg1ia8yvhgx70hx64mknjnfn6l78m0ja44w13mgjpqvc";
};
buildInputs = [ zlib wxGTK perl cryptopp libupnp gettext makeWrapper ];
buildInputs =
[ zlib wxGTK perl cryptopp libupnp gettext pkgconfig makeWrapper ];
configureFlags = "--with-crypto-prefix=${cryptopp}";
@ -41,5 +42,8 @@ stdenv.mkDerivation rec {
'';
license = "GPLv2+";
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
maintainers = [ stdenv.lib.maintainers.ludo ];
};
}

View file

@ -363,8 +363,8 @@ let
};
amule = import ../tools/networking/p2p/amule {
inherit fetchurl stdenv zlib perl cryptopp gettext libupnp makeWrapper;
inherit wxGTK;
inherit fetchurl stdenv zlib perl cryptopp gettext libupnp makeWrapper
wxGTK pkgconfig;
};
aria = builderDefsPackage (import ../tools/networking/aria) {