mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
libgcrypt: update to 1.6.1 (soname bump).
This commit is contained in:
parent
47d7334224
commit
daef5ea1e4
1 changed files with 6 additions and 15 deletions
|
@ -1,34 +1,25 @@
|
||||||
# Template build file for 'libgcrypt'.
|
# Template build file for 'libgcrypt'.
|
||||||
pkgname=libgcrypt
|
pkgname=libgcrypt
|
||||||
version=1.5.3
|
version=1.6.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--enable-static"
|
||||||
makedepends="libgpg-error-devel"
|
makedepends="libgpg-error-devel"
|
||||||
short_desc="GNU cryptographic library"
|
short_desc="GNU cryptographic library"
|
||||||
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/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=bcf5334e7da352c45de6aec5d2084ce9a1d30029ff4a4a5da13f1848874759d1
|
checksum=a1c3efea69f8ffe769f488b300ce190eeeb0c30de24a53f1c1b6e4202fdc2070
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends="libgpg-error-devel"
|
|
||||||
fi
|
|
||||||
|
|
||||||
libgcrypt-devel_package() {
|
libgcrypt-devel_package() {
|
||||||
depends="libgpg-error-devel libgcrypt>=${version}"
|
depends="libgpg-error-devel libgcrypt>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/libgcrypt-config
|
vmove usr/bin/libgcrypt-config
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
vmove "usr/lib/*.so"
|
vmove usr/lib/*.so
|
||||||
}
|
vmove usr/lib/*.a
|
||||||
}
|
|
||||||
|
|
||||||
libgcrypt_package() {
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue