pkcs11-helper: update to 1.29.0
This commit is contained in:
parent
735ca56643
commit
7e0dde5130
|
@ -1,25 +1,22 @@
|
||||||
# Template file for 'pkcs11-helper'
|
# Template file for 'pkcs11-helper'
|
||||||
pkgname=pkcs11-helper
|
pkgname=pkcs11-helper
|
||||||
version=1.25.1
|
version=1.29.0
|
||||||
revision=6
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-doc --disable-static $(vopt_enable threading slotevent) $(vopt_enable threading)"
|
configure_args="--enable-doc --disable-static $(vopt_enable threading slotevent) $(vopt_enable threading)"
|
||||||
hostmakedepends="automake libtool pkg-config doxygen"
|
hostmakedepends="libtool pkg-config doxygen"
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel"
|
||||||
short_desc="Library to help simplify interacting with PKCS#11 providers"
|
short_desc="Library to help simplify interacting with PKCS#11 providers"
|
||||||
maintainer="Aloz1 <kno0001@gmail.com>"
|
maintainer="Aloz1 <kno0001@gmail.com>"
|
||||||
license="GPL-2.0-only, BSD-3-Clause"
|
license="GPL-2.0-only, BSD-3-Clause"
|
||||||
homepage="https://github.com/OpenSC/${pkgname}/wiki"
|
homepage="https://github.com/OpenSC/pkcs11-helper"
|
||||||
distfiles="https://github.com/OpenSC/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/OpenSC/pkcs11-helper/master/ChangeLog"
|
||||||
checksum=fbcec9dd15a71d6ef22b09f63934c66d7d0292fefbaf3a60703ee4a9a73bf6a5
|
distfiles="https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-${version}/pkcs11-helper-${version}.tar.bz2"
|
||||||
|
checksum=996846a3c8395e03d8c0515111dc84d82e6e3648d44ba28cb2dbbbca2d4db7d6
|
||||||
build_options="threading"
|
build_options="threading"
|
||||||
build_options_default="threading"
|
build_options_default="threading"
|
||||||
desc_option_threading="Enable threading and slotevent support"
|
desc_option_threading="Enable threading and slotevent support"
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
vlicense COPYING.GPL
|
vlicense COPYING.GPL
|
||||||
|
|
Loading…
Reference in New Issue