mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
libgpg-error: update to 1.12.
This commit is contained in:
parent
e97b215241
commit
e12e06e9b3
1 changed files with 6 additions and 5 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template build file for 'libgpg-error'.
|
# Template build file for 'libgpg-error'.
|
||||||
pkgname=libgpg-error
|
pkgname=libgpg-error
|
||||||
version=1.11
|
version=1.12
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
|
||||||
short_desc="Library for error values used by GnuPG component"
|
short_desc="Library for error values used by GnuPG component"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnupg.org"
|
homepage="http://www.gnupg.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$pkgname-$version.tar.bz2"
|
||||||
checksum=ae3376480a073b120c7add08f1e6cfcc08500648ccf22461cd42db6224a218c0
|
checksum=cafc9ed6a87c53a35175d5a1220a96ca386696eef2fa059cc0306211f246e55f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/common-lisp
|
rm -rf ${DESTDIR}/usr/share/common-lisp
|
||||||
|
@ -17,11 +16,13 @@ post_install() {
|
||||||
|
|
||||||
libgpg-error-devel_package() {
|
libgpg-error-devel_package() {
|
||||||
depends="libgpg-error>=${version}"
|
depends="libgpg-error>=${version}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/gpg-error-config
|
vmove usr/bin/gpg-error-config
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/share/aclocal
|
vmove usr/share/aclocal
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue