2008-10-13 05:33:25 +02:00
|
|
|
# Template build file for 'libgpg-error'.
|
|
|
|
pkgname=libgpg-error
|
2013-03-07 14:22:02 +01:00
|
|
|
version=1.11
|
2013-04-12 13:13:49 +02:00
|
|
|
revision=2
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-02-13 08:53:20 +01:00
|
|
|
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"
|
2013-03-07 14:22:02 +01:00
|
|
|
checksum=ae3376480a073b120c7add08f1e6cfcc08500648ccf22461cd42db6224a218c0
|
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
|
|
|
|
}
|
2013-04-12 13:13:49 +02:00
|
|
|
|
|
|
|
libgpg-error-devel_package() {
|
|
|
|
depends="libgpg-error>=${version}"
|
|
|
|
short_desc="${short_desc} - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/bin/gpg-error-config
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/share/aclocal
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
libgpg-error_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|