diff --git a/srcpkgs/libgpg-error/template b/srcpkgs/libgpg-error/template index 0fa77311ea..766e9b0c28 100644 --- a/srcpkgs/libgpg-error/template +++ b/srcpkgs/libgpg-error/template @@ -1,15 +1,14 @@ # Template build file for 'libgpg-error'. pkgname=libgpg-error -version=1.11 -revision=2 +version=1.12 +revision=1 build_style=gnu-configure -configure_args="--disable-static" short_desc="Library for error values used by GnuPG component" maintainer="Juan RP " homepage="http://www.gnupg.org" license="LGPL-2.1" distfiles="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$pkgname-$version.tar.bz2" -checksum=ae3376480a073b120c7add08f1e6cfcc08500648ccf22461cd42db6224a218c0 +checksum=cafc9ed6a87c53a35175d5a1220a96ca386696eef2fa059cc0306211f246e55f post_install() { rm -rf ${DESTDIR}/usr/share/common-lisp @@ -17,11 +16,13 @@ post_install() { libgpg-error-devel_package() { depends="libgpg-error>=${version}" - short_desc="${short_desc} - development files" + short_desc+=" - development files" pkg_install() { vmove usr/bin/gpg-error-config vmove usr/include vmove usr/share/aclocal + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" } }