26 lines
1.1 KiB
Text
26 lines
1.1 KiB
Text
# Template file for 'gnupg'
|
|
pkgname=gnupg
|
|
version=1.4.11
|
|
homepage="http://www.gnupg.org/"
|
|
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 <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
checksum=d18ceeac16e554a501170b9bfde611625252d0fe9448685a69c93bf149ee6ef6
|
|
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 build gettext
|
|
Add_dependency build zlib-devel
|
|
Add_dependency build bzip2-devel
|
|
Add_dependency build libldap-devel
|
|
Add_dependency build libcurl-devel
|
|
Add_dependency build readline-devel
|
|
Add_dependency build libusb-compat-devel
|