2008-10-13 05:33:25 +02:00
|
|
|
# Template build file for 'libgpg-error'.
|
|
|
|
pkgname=libgpg-error
|
2010-11-02 13:27:00 +01:00
|
|
|
version=1.10
|
2013-02-13 08:53:20 +01:00
|
|
|
revision=3
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-02-13 08:53:20 +01:00
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
configure_args="--disable-static"
|
2009-03-21 00:41:34 +01:00
|
|
|
short_desc="Library for error values used by GnuPG component"
|
2008-10-13 05:33:25 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-02-13 08:53:20 +01:00
|
|
|
homepage="http://www.gnupg.org"
|
|
|
|
license="LGPL-2.1"
|
|
|
|
distfiles="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$pkgname-$version.tar.bz2"
|
2010-11-02 13:27:00 +01:00
|
|
|
checksum=520629b4568b5c29b1991c8ffc267c8bdee5f223c7333c42a651b56f9b1c5431
|
2009-03-21 00:41:34 +01:00
|
|
|
|
2013-02-13 08:53:20 +01:00
|
|
|
post_install() {
|
2009-03-21 00:41:34 +01:00
|
|
|
rm -rf ${DESTDIR}/usr/share/common-lisp
|
|
|
|
}
|