mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
pcsclite: update to 2.0.1.
This commit is contained in:
parent
4d5ac032c5
commit
5c2f416fdb
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'pcsclite'
|
# Template file for 'pcsclite'
|
||||||
pkgname=pcsclite
|
pkgname=pcsclite
|
||||||
version=2.0.0
|
version=2.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-libudev --disable-libsystemd"
|
configure_args="--enable-libudev --disable-libsystemd"
|
||||||
hostmakedepends="intltool pkg-config python3 flex"
|
hostmakedepends="intltool pkg-config python3 flex"
|
||||||
makedepends="eudev-libudev-devel libusb-devel python3-devel"
|
makedepends="eudev-libudev-devel libusb-devel python3-devel polkit-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Middleware to access a smart card using SCard API (PC/SC)"
|
short_desc="Middleware to access a smart card using SCard API (PC/SC)"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="BSD-2-Clause, GPL-3.0-or-later"
|
license="BSD-2-Clause, GPL-3.0-or-later"
|
||||||
homepage="https://salsa.debian.org/debian/pcsc-lite"
|
homepage="https://salsa.debian.org/debian/pcsc-lite"
|
||||||
distfiles="https://salsa.debian.org/debian/pcsc-lite/-/archive/upstream/${version}/pcsc-lite-upstream-${version}.tar.gz"
|
distfiles="https://salsa.debian.org/debian/pcsc-lite/-/archive/upstream/${version}/pcsc-lite-upstream-${version}.tar.gz"
|
||||||
checksum=0c75a2266b9962c7eb3853492b245d471127fa22ef342adfe76300fcc89cbaab
|
checksum=e98789884d85bf7e841cd2544389fc4d82d7c079c02ddee49aabd5a6cf25afc2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv pcscd
|
vsv pcscd
|
||||||
|
|
Loading…
Add table
Reference in a new issue