ykpers: update to 1.19.2.
This commit is contained in:
parent
acf281f079
commit
f32dc13f1f
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'ykpers'
|
||||
pkgname=ykpers
|
||||
version=1.19.0
|
||||
version=1.19.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-static=no --disable-rpath --with-backend=libusb"
|
||||
configure_args="--disable-static --disable-rpath --with-backend=libusb"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libusb-compat-devel libyubikey-devel"
|
||||
short_desc="Yubikey Personalization Tools cmdline"
|
||||
|
@ -11,7 +11,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://developers.yubico.com/yubikey-personalization/"
|
||||
distfiles="https://developers.yubico.com/yubikey-personalization/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=2bc8afa16d495a486582bad916d16de1f67c0cce9bb0a35c3123376c2d609480
|
||||
checksum=fbcc90033fe4ac2a28ff48c943c5d9da70c3bc6672453bf89f4429fc80e21b47
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
|
@ -23,7 +23,7 @@ post_install() {
|
|||
libykpers_package() {
|
||||
short_desc+=" - shared library"
|
||||
pkg_install() {
|
||||
vmove usr/lib/libykpers-${version%.*.*}.so.*
|
||||
vmove "usr/lib/libykpers-${version%.*.*}.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -32,7 +32,7 @@ libykpers-devel_package() {
|
|||
depends="lib${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.so"
|
||||
vmove /usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue