mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
pcsclite: added runit service.
This commit is contained in:
parent
8e1f07a37e
commit
2ad27daabc
2 changed files with 9 additions and 3 deletions
2
srcpkgs/pcsclite/files/pcscd/run
Executable file
2
srcpkgs/pcsclite/files/pcscd/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec pcscd -f
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pcsclite'
|
# Template file for 'pcsclite'
|
||||||
pkgname=pcsclite
|
pkgname=pcsclite
|
||||||
version=1.8.11
|
version=1.8.11
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
||||||
homepage="https://alioth.debian.org/projects/pcsclite"
|
homepage="https://alioth.debian.org/projects/pcsclite"
|
||||||
|
@ -15,6 +15,11 @@ distfiles="https://alioth.debian.org/frs/download.php/file/3991/${pkgname}-${ver
|
||||||
checksum="945041c94c53959ae5a767616a4ec5099fe67f549bfd344e8bd0cfe7a3c71ac6"
|
checksum="945041c94c53959ae5a767616a4ec5099fe67f549bfd344e8bd0cfe7a3c71ac6"
|
||||||
wrksrc="pcsc-lite-${version}"
|
wrksrc="pcsc-lite-${version}"
|
||||||
conf_files="/etc/reader.conf"
|
conf_files="/etc/reader.conf"
|
||||||
|
replaces="runit-void<20141013_2"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vsv pcscd
|
||||||
|
}
|
||||||
|
|
||||||
pcsclite-devel_package() {
|
pcsclite-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
@ -26,7 +31,6 @@ pcsclite-devel_package() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libpcsclite_package() {
|
libpcsclite_package() {
|
||||||
short_desc+=" - library files"
|
short_desc+=" - library files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue