mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
libassuan: update to 2.1.1.
This commit is contained in:
parent
dcb1725166
commit
2803a9e577
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libassuan'
|
# Template file for 'libassuan'
|
||||||
pkgname=libassuan
|
pkgname=libassuan
|
||||||
version=2.0.3
|
version=2.1.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libgpg-error-devel"
|
makedepends="libgpg-error-devel"
|
||||||
short_desc="IPC library used by some GnuPG related software"
|
short_desc="IPC library used by some GnuPG related software"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.gnupg.org/related_software/libassuan"
|
homepage="http://www.gnupg.org/related_software/libassuan"
|
||||||
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=bad5682374c76bcc0abb1a7a34c9557af6874a477500748e64a7d3def79cac1b
|
checksum=23e2d67779b88e90d29fe1df6b157109f1c2a647d0f1b2a0f4295bb3c0b2039d
|
||||||
long_desc="
|
long_desc="
|
||||||
Libassuan is a small library implementing the so-called Assuan protocol. This
|
Libassuan is a small library implementing the so-called Assuan protocol. This
|
||||||
protocol is used for IPC between most newer GnuPG components. Both, server
|
protocol is used for IPC between most newer GnuPG components. Both, server
|
||||||
|
@ -20,11 +20,12 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
libassuan-devel_package() {
|
libassuan-devel_package() {
|
||||||
depends="libgpg-error-devel libassuan>=${version}"
|
depends="libgpg-error-devel libassuan-${version}_${revision}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue