void-packages/srcpkgs/libgpg-error/template
Juan RP 8807a183f8 libgpg-error: update to 1.7.
--HG--
extra : convert_revision : 28773cffd76d1d4bffc13daf258715da24d3ff7d
2010-04-27 00:46:06 +02:00

23 lines
745 B
Plaintext

# Template build file for 'libgpg-error'.
pkgname=libgpg-error
version=1.7
distfiles="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Library for error values used by GnuPG component"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0301331b3e82f552c60c449388dc6d55d68cff4efa84523b352c4d522f4b5a91
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 run glibc
Add_dependency build gettext
Add_dependency build gawk
post_install()
{
rm -rf ${DESTDIR}/usr/share/common-lisp
}