mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
pcsc-ccid: update to 1.4.30.
This commit is contained in:
parent
fa9df0fe01
commit
2a39a893a1
2 changed files with 8 additions and 12 deletions
|
@ -1,21 +1,18 @@
|
||||||
# Template file for 'pcsc-ccid'
|
# Template file for 'pcsc-ccid'
|
||||||
# Note: when updating the version, the 4 digit number
|
|
||||||
# in distfiles also changes. You will have to look at
|
|
||||||
# the download page and find it in the download link.
|
|
||||||
pkgname=pcsc-ccid
|
pkgname=pcsc-ccid
|
||||||
version=1.4.29
|
version=1.4.30
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=ccid-${version}
|
wrksrc="ccid-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-udev --enable-twinserial"
|
configure_args="--enable-udev --enable-twinserial"
|
||||||
hostmakedepends="pkg-config perl"
|
hostmakedepends="pkg-config perl"
|
||||||
makedepends="pcsclite-devel eudev-libudev-devel libusb-compat-devel"
|
makedepends="pcsclite-devel eudev-libudev-devel libusb-compat-devel"
|
||||||
short_desc="PC/SC driver to support CCID compliant readers"
|
short_desc="PC/SC driver to support CCID compliant readers"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://pcsclite.alioth.debian.org/ccid.html"
|
homepage="https://ccid.apdu.fr/"
|
||||||
distfiles="https://alioth.debian.org/frs/download.php/file/4238/ccid-${version}.tar.bz2"
|
distfiles="https://ccid.apdu.fr/files/ccid-${version}.tar.bz2"
|
||||||
checksum=a5432ae845730493c04e59304b5c0c6103cd0e2c8827df57d69469a3eaaab84d
|
checksum=ac17087be08880a0cdf99a8a2799a4ef004dc6ffa08b4d9b0ad995f39a53ff7c
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
site="https://alioth.debian.org/frs/?group_id=30105"
|
pkgname=ccid
|
||||||
pattern='ccid-\K[\d]+\.[\d]+\.[\d]+'
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue