void-packages/srcpkgs/libgpg-error/template

23 lines
732 B
Plaintext

# Template build file for 'libgpg-error'.
pkgname=libgpg-error
version=1.10
distfiles="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$pkgname-$version.tar.bz2"
build_style=gnu-configure
revision=1
short_desc="Library for error values used by GnuPG component"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=520629b4568b5c29b1991c8ffc267c8bdee5f223c7333c42a651b56f9b1c5431
long_desc="
libgpg-error is a library that defines common error values for all
GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent,
libgcrypt, pinentry, SmartCard Daemon and possibly more in the future."
subpackages="$pkgname-devel"
Add_dependency build gettext
Add_dependency build gawk
post_install()
{
rm -rf ${DESTDIR}/usr/share/common-lisp
}