]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - gnupg2/gnupg2.nm
Move all packages to root.
[ipfire-3.x.git] / gnupg2 / gnupg2.nm
diff --git a/gnupg2/gnupg2.nm b/gnupg2/gnupg2.nm
new file mode 100644 (file)
index 0000000..8e35ca8
--- /dev/null
@@ -0,0 +1,45 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = gnupg
+version    = 2.0.17
+release    = 1
+
+groups     = Security/Tools
+url        = http://www.gnupg.org/
+license    = GPLv3+
+summary    = Utility for secure communication and data storage.
+
+description
+       The GnuPG 2 package is GNU's tool for secure communication and data \
+       storage. It can be used to encrypt data and to create digital signatures. \
+       It includes an advanced key management facility and is compliant with the \
+       proposed OpenPGP Internet standard as described in RFC2440 and the S/MIME \
+       standard as described by several RFCs.
+end
+
+source_dl  =
+sources    = %{thisapp}.tar.bz2
+
+build
+       requires
+               libassuan-devel
+               libcurl-devel
+               libgcrypt-devel
+               libksba-devel
+               pinentry
+               pth-devel
+               zlib-devel
+       end
+
+       configure_options += \
+               --libexecdir=/usr/lib/gnupg2 \
+               --enable-standard-socket
+end
+
+packages
+       package %{name}
+       end
+end