diff --git a/srcpkgs/gnupg/template b/srcpkgs/gnupg/template new file mode 100644 index 00000000000..f95447b70c7 --- /dev/null +++ b/srcpkgs/gnupg/template @@ -0,0 +1,33 @@ +# Template file for 'gnupg' +pkgname=gnupg +version=1.4.10 +distfiles="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$version.tar.bz2" +build_style=gnu_configure +configure_args="--disable-rpath --enable-threads=posix --enable-noexecstack" +short_desc="The GNU Privacy Guard" +maintainer="Juan RP " +checksum=a2907f4432d67894e425e48ae85785dd60ecb01658c9682bcd96f5e91043bb38 +long_desc=" + GnuPG is the GNU project's complete and free implementation of the OpenPGP + standard as defined by RFC4880 . GnuPG allows to encrypt and sign your data + and communication, features a versatile key managment system as well as + access modules for all kind of public key directories. GnuPG, also known as + GPG, is a command line tool with features for easy integration with other + applications. A wealth of frontend applications and libraries are available." + +Add_dependency run glibc +Add_dependency run zlib +Add_dependency run bzip2 +Add_dependency run libldap +Add_dependency run curl-libs +Add_dependency run readline +Add_dependency run libusb-compat + +Add_dependency build gettext +Add_dependency build texinfo +Add_dependency build zlib-devel +Add_dependency build bzip2-devel +Add_dependency build libldap-devel +Add_dependency build curl-devel +Add_dependency build readline-devel +Add_dependency build libusb-compat-devel