# Template file for 'gnupg'
pkgname=gnupg
version=1.4.15
revision=1
build_style=gnu-configure
configure_args="--disable-rpath --enable-threads=posix
 --enable-noexecstack gnupg_cv_regex_broken=no"
makedepends="zlib-devel libldap-devel libcurl-devel readline-devel
 libusb-compat-devel"
short_desc="The GNU Privacy Guard"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.gnupg.org/"
distfiles="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${version}.tar.bz2"
checksum=b6bb40a8f96dc1227b69f8e3b35f0bc4c8276923147f6069cae2f6307c62795d
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."

gnupg_package() {
	pkg_install() {
		vmove all
	}
}