void-packages/srcpkgs/gnupg-agent/template
2014-10-20 12:36:32 +00:00

26 lines
886 B
Text

# Template file for 'gnupg-agent'
pkgname=gnupg-agent
version=2.0.26
revision=2
wrksrc="gnupg-${version}"
build_style=gnu-configure
configure_args="--enable-agent-only --disable-rpath --disable-doc
--with-libgpg-error-prefix=$XBPS_CROSS_BASE/usr
--with-libgcrypt-prefix=$XBPS_CROSS_BASE/usr
--with-libassuan-prefix=$XBPS_CROSS_BASE/usr
--with-ksba-prefix=$XBPS_CROSS_BASE/usr
--with-pth-prefix=$XBPS_CROSS_BASE/usr"
hostmakedepends="automake libtool"
makedepends="libassuan-devel libgcrypt-devel libksba-devel pth-devel"
depends="pinentry"
short_desc="The GNU Privacy Guard password agent"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-3"
homepage="http://www.gnupg.org/"
distfiles="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${version}.tar.bz2"
checksum=7758e30dc382ae7a7167ed41b7f936aa50af5ea2d6fccdef663b5b750b65b8e0
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}