pcsc-ccid: update to 1.4.30.
This commit is contained in:
parent
fa9df0fe01
commit
2a39a893a1
|
@ -1,21 +1,18 @@
|
|||
# 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
|
||||
version=1.4.29
|
||||
revision=2
|
||||
wrksrc=ccid-${version}
|
||||
version=1.4.30
|
||||
revision=1
|
||||
wrksrc="ccid-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-udev --enable-twinserial"
|
||||
hostmakedepends="pkg-config perl"
|
||||
makedepends="pcsclite-devel eudev-libudev-devel libusb-compat-devel"
|
||||
short_desc="PC/SC driver to support CCID compliant readers"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://pcsclite.alioth.debian.org/ccid.html"
|
||||
distfiles="https://alioth.debian.org/frs/download.php/file/4238/ccid-${version}.tar.bz2"
|
||||
checksum=a5432ae845730493c04e59304b5c0c6103cd0e2c8827df57d69469a3eaaab84d
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://ccid.apdu.fr/"
|
||||
distfiles="https://ccid.apdu.fr/files/ccid-${version}.tar.bz2"
|
||||
checksum=ac17087be08880a0cdf99a8a2799a4ef004dc6ffa08b4d9b0ad995f39a53ff7c
|
||||
|
||||
|
||||
post_install() {
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
site="https://alioth.debian.org/frs/?group_id=30105"
|
||||
pattern='ccid-\K[\d]+\.[\d]+\.[\d]+'
|
||||
pkgname=ccid
|
||||
|
|
Loading…
Reference in New Issue