add gnupg
svn path=/nixpkgs/trunk/; revision=2436
This commit is contained in:
parent
55a02efa5b
commit
0aba140013
3
pkgs/tools/security/gnupg/builder.sh
Normal file
3
pkgs/tools/security/gnupg/builder.sh
Normal file
@ -0,0 +1,3 @@
|
||||
. $stdenv/setup
|
||||
|
||||
genericBuild
|
10
pkgs/tools/security/gnupg/default.nix
Normal file
10
pkgs/tools/security/gnupg/default.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gnupg-1.4.0";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/os/Linux/distr/debian/pool/main/g/gnupg/gnupg_1.4.0.orig.tar.gz;
|
||||
md5 = "74e407a8dcb09866555f79ae797555da";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user