2010-11-06 08:03:53 +01:00
|
|
|
# Template file for 'gpgme'
|
|
|
|
pkgname=gpgme
|
2014-02-20 09:29:47 +01:00
|
|
|
version=1.4.3
|
2013-05-05 09:03:48 +02:00
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-07-08 15:45:27 +02:00
|
|
|
configure_args="--enable-fd-passing --with-gpg=/usr/bin/gpg
|
|
|
|
--with-gpgsm=/usr/bin/gpgsm --with-gpgconf=/usr/bin/gpgconf
|
2014-01-01 16:10:11 +01:00
|
|
|
--with-g13=/usr/bin/g13 --with-libgpg-error-prefix=$XBPS_CROSS_BASE/usr
|
|
|
|
--with-libassuan-prefix=$XBPS_CROSS_BASE/usr"
|
2013-05-05 09:03:48 +02:00
|
|
|
hostmakedepends="gnupg"
|
2014-01-25 11:11:48 +01:00
|
|
|
makedepends="libgpg-error-devel libassuan-devel gnupg"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="libassuan>=2.0.3 gnupg"
|
2010-11-06 08:03:53 +01:00
|
|
|
short_desc="GnuPG Made Easy"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-02-09 14:20:53 +01:00
|
|
|
license="GPL-2"
|
2013-04-12 15:11:12 +02:00
|
|
|
homepage="http://www.gnupg.org/related_software/gpgme/"
|
|
|
|
distfiles="ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-$version.tar.bz2"
|
2014-02-20 09:29:47 +01:00
|
|
|
checksum=2d1cc12411753752d9c5b9037e6fd3fd363517af720154768cc7b46b60120496
|
2013-04-12 15:11:12 +02:00
|
|
|
|
|
|
|
gpgme-devel_package() {
|
2014-02-20 09:29:47 +01:00
|
|
|
depends="libgpg-error-devel libassuan-devel gpgme>=${version}_${revision}"
|
2013-05-05 09:03:48 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 15:11:12 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/bin
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/share
|
2013-07-08 15:38:55 +02:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 15:11:12 +02:00
|
|
|
}
|
|
|
|
}
|