2008-10-13 03:33:25 +00:00
|
|
|
# Template build file for 'libgpg-error'.
|
|
|
|
pkgname=libgpg-error
|
2010-11-02 12:27:00 +00:00
|
|
|
version=1.10
|
2009-03-20 23:41:34 +00:00
|
|
|
distfiles="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$pkgname-$version.tar.bz2"
|
2008-10-13 03:33:25 +00:00
|
|
|
build_style=gnu_configure
|
2009-03-20 23:41:34 +00:00
|
|
|
short_desc="Library for error values used by GnuPG component"
|
2008-10-13 03:33:25 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-11-02 12:27:00 +00:00
|
|
|
checksum=520629b4568b5c29b1991c8ffc267c8bdee5f223c7333c42a651b56f9b1c5431
|
2008-10-13 03:33:25 +00:00
|
|
|
long_desc="
|
|
|
|
libgpg-error is a library that defines common error values for all
|
2009-03-20 23:41:34 +00:00
|
|
|
GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent,
|
2008-10-13 03:33:25 +00:00
|
|
|
libgcrypt, pinentry, SmartCard Daemon and possibly more in the future."
|
2009-03-20 23:41:34 +00:00
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2010-04-26 22:46:06 +00:00
|
|
|
Add_dependency run glibc
|
2009-10-30 21:14:09 +00:00
|
|
|
Add_dependency build gettext
|
2010-04-26 22:46:06 +00:00
|
|
|
Add_dependency build gawk
|
2009-03-20 23:41:34 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -rf ${DESTDIR}/usr/share/common-lisp
|
|
|
|
}
|