ykpers: update to 1.19.0.
This commit is contained in:
parent
60f9c96291
commit
6e0863e14a
1 changed files with 5 additions and 9 deletions
|
@ -1,21 +1,17 @@
|
|||
# Template file for 'ykpers'
|
||||
pkgname=ykpers
|
||||
version=1.18.1
|
||||
revision=3
|
||||
version=1.19.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-static=no --disable-rpath --with-backend=libusb"
|
||||
hostmakedepends="automake pkg-config libtool json-c-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libusb-compat-devel libyubikey-devel"
|
||||
short_desc="Yubikey Personalization Tools cmdline"
|
||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||
license="BSD"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://developers.yubico.com/yubikey-personalization/"
|
||||
distfiles="https://developers.yubico.com/yubikey-personalization/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=9ffdb938121a867aa0b350b49daff5807884c2268dfe6d245d133474cd9c5256
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
checksum=2bc8afa16d495a486582bad916d16de1f67c0cce9bb0a35c3123376c2d609480
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
|
|
Loading…
Reference in a new issue