Merge pull request #547 from onekk/master
pcsclite: fixed the template file and INSTALL file for use with runit
This commit is contained in:
commit
219e837a15
|
@ -1,6 +1,6 @@
|
|||
|
||||
# This script will advise the user of the needed steps to
|
||||
# activate the systemd service of PC/SC Lite
|
||||
# activate the runit service of PC/SC Lite
|
||||
#
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
|
@ -8,12 +8,10 @@ post)
|
|||
cat << _EOF
|
||||
=====================================================================
|
||||
|
||||
- To activate the pcscd daemon, needed to manage the smart card you
|
||||
have to activate the systemd service typing as root:
|
||||
|
||||
# systemctl enable pcscd.socket
|
||||
# systemctl start pcscd.socket
|
||||
- To activate pcscd that is needed to manage the smart card you
|
||||
have to activate the runit service typing as root:
|
||||
|
||||
# ln -s /etc/sv/pcscd /var/service/
|
||||
|
||||
- DRIVERS
|
||||
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'pcsclite'
|
||||
pkgname=pcsclite
|
||||
version=1.8.11
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
||||
homepage="https://alioth.debian.org/projects/pcsclite"
|
||||
license="Modified BSD"
|
||||
short_desc="Middleware to access a smart card using SCard API (PC/SC)"
|
||||
configure_args="--enable-libudev --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
configure_args="--enable-libudev "
|
||||
hostmakedepends="intltool pkg-config python"
|
||||
makedepends="libudev-devel libusb-devel systemd-devel python-devel"
|
||||
makedepends="libudev-devel libusb-devel python-devel"
|
||||
depends="python"
|
||||
distfiles="https://alioth.debian.org/frs/download.php/file/3991/${pkgname}-${version}.tar.bz2"
|
||||
checksum="945041c94c53959ae5a767616a4ec5099fe67f549bfd344e8bd0cfe7a3c71ac6"
|
||||
|
|
Loading…
Reference in New Issue