19 lines
715 B
Text
19 lines
715 B
Text
# Template file for 'libassuan'
|
|
pkgname=libassuan
|
|
version=2.0.1
|
|
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--localstatedir=/var"
|
|
short_desc="IPC library used by some GnuPG related software"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=1117be532ac41b13790b4756df7fa747d3d04264f7b4544aa9d7ff468a24b457
|
|
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 run glibc
|
|
Add_dependency run libgpg-error
|
|
Add_dependency build libgpg-error-devel
|