libu2f-host: update to 1.1.6.

Closes #14439.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-15 16:14:33 -03:00 committed by Enno Boland
parent 882feabb96
commit c3840f5856
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,18 +1,19 @@
# Template file for 'libu2f-host' # Template file for 'libu2f-host'
pkgname=libu2f-host pkgname=libu2f-host
version=1.1.5 version=1.1.6
revision=3 revision=1
wrksrc="${pkgname}-${pkgname}-${version}" wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-openssl=yes --with-udevrulesdir=/usr/lib/udev/rules.d" configure_args="--with-openssl=yes --with-udevrulesdir=/usr/lib/udev/rules.d"
hostmakedepends="automake libtool pkg-config gengetopt" hostmakedepends="automake gengetopt libtool pkg-config"
makedepends="json-c-devel hidapi-devel libressl-devel" makedepends="hidapi-devel json-c-devel libressl-devel"
short_desc="C library and tool that implements the host-side of the U2F protocol" short_desc="C library and tool that implements the host-side of the U2F protocol"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1-or-later, GPL-3-or-later" license="LGPL-2.1-or-later, GPL-3-or-later"
homepage="https://developers.yubico.com/libu2f-host/" homepage="https://developers.yubico.com/libu2f-host/"
#changelog="https://raw.githubusercontent.com/Yubico/libu2f-host/master/NEWS"
distfiles="https://github.com/Yubico/libu2f-host/archive/libu2f-host-${version}.tar.gz" distfiles="https://github.com/Yubico/libu2f-host/archive/libu2f-host-${version}.tar.gz"
checksum=9d4a84acc50306264fd419015fac41b943a53a16e2feeb0db078aa1bde7f6747 checksum=45beabd3ba5a08643f3aea4642ea4c68f34f0ad701878f3ad447c5b3c13ecb21
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi
@ -27,8 +28,8 @@ libu2f-host-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}" depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/*.a vmove "usr/lib/*.a"
vmove usr/lib/*.so vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
} }
} }