void-packages/srcpkgs/libassuan/template

19 lines
695 B
Text
Raw Normal View History

2010-11-06 07:01:24 +00:00
# Template file for 'libassuan'
pkgname=libassuan
2012-02-09 13:19:36 +00:00
version=2.0.3
homepage="http://www.gnupg.org/related_software/libassuan"
2010-11-06 07:01:24 +00:00
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu-configure
2010-11-06 07:01:24 +00:00
short_desc="IPC library used by some GnuPG related software"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-02-09 13:19:36 +00:00
license="GPL-2"
checksum=bad5682374c76bcc0abb1a7a34c9557af6874a477500748e64a7d3def79cac1b
2010-11-06 07:01:24 +00:00
long_desc="
Libassuan is a small library implementing the so-called Assuan protocol. This
protocol is used for IPC between most newer GnuPG components. Both, server
and client side functions are provided."
subpackages="$pkgname-devel"
Add_dependency build libgpg-error-devel