27 lines
1 KiB
Text
27 lines
1 KiB
Text
# Template file for 'gnupg'
|
|
pkgname=gnupg
|
|
version=1.4.13
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-rpath --enable-threads=posix --enable-noexecstack"
|
|
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=72a24dd318472f0c8f0d00ebe19fb4bcf43e30845bcc92a8ae43c810df295d5a
|
|
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 usr
|
|
}
|
|
}
|