2014-10-19 17:22:24 +02:00
|
|
|
# Template file for 'gnupg-agent'
|
|
|
|
pkgname=gnupg-agent
|
|
|
|
version=2.0.26
|
2014-10-20 14:36:32 +02:00
|
|
|
revision=2
|
2014-10-19 17:22:24 +02:00
|
|
|
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"
|
2014-10-19 20:36:39 +02:00
|
|
|
hostmakedepends="automake libtool"
|
2014-10-19 17:22:24 +02:00
|
|
|
makedepends="libassuan-devel libgcrypt-devel libksba-devel pth-devel"
|
2014-10-20 14:36:32 +02:00
|
|
|
depends="pinentry"
|
2014-10-19 17:22:24 +02:00
|
|
|
short_desc="The GNU Privacy Guard password agent"
|
|
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://www.gnupg.org/"
|
2014-11-03 12:31:45 +01:00
|
|
|
update_pkgname=gnupg
|
2014-10-19 17:22:24 +02:00
|
|
|
distfiles="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${version}.tar.bz2"
|
|
|
|
checksum=7758e30dc382ae7a7167ed41b7f936aa50af5ea2d6fccdef663b5b750b65b8e0
|
|
|
|
|
|
|
|
pre_configure() {
|
2014-10-19 20:36:39 +02:00
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2014-10-19 17:22:24 +02:00
|
|
|
}
|