2010-11-06 08:01:24 +01:00
|
|
|
# Template file for 'libassuan'
|
|
|
|
pkgname=libassuan
|
2014-12-12 10:37:20 +01:00
|
|
|
version=2.2.0
|
2014-09-16 12:18:02 +02:00
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2014-02-20 17:03:03 +01:00
|
|
|
configure_args="--with-libgpg-error-prefix=${XBPS_CROSS_BASE}/usr"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="libgpg-error-devel"
|
2010-11-06 08:01:24 +01:00
|
|
|
short_desc="IPC library used by some GnuPG related software"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-02-09 14:19:36 +01:00
|
|
|
license="GPL-2"
|
2013-04-13 10:15:49 +02:00
|
|
|
homepage="http://www.gnupg.org/related_software/libassuan"
|
|
|
|
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
|
2014-12-12 10:37:20 +01:00
|
|
|
checksum=7df58ed70be4b694f77efd1f3b3f103c6311b6b71e04a370382f9fe8204f6ec6
|
2013-05-05 09:05:44 +02:00
|
|
|
|
2013-04-13 10:15:49 +02:00
|
|
|
libassuan-devel_package() {
|
2014-02-20 17:03:03 +01:00
|
|
|
depends="libgpg-error-devel ${sourcepkg}>=${version}_${revision}"
|
2013-07-09 20:50:46 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 10:15:49 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/bin
|
|
|
|
vmove usr/include
|
2013-07-09 20:50:46 +02:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 10:15:49 +02:00
|
|
|
vmove usr/share
|
|
|
|
}
|
|
|
|
}
|