pcsclite: remove unexistent conf_file; maintainer is gone.
This commit is contained in:
parent
e3f91f875e
commit
00d2d38d1d
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'pcsclite'
|
# Template file for 'pcsclite'
|
||||||
pkgname=pcsclite
|
pkgname=pcsclite
|
||||||
version=1.8.13
|
version=1.8.13
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://alioth.debian.org/projects/pcsclite"
|
homepage="https://alioth.debian.org/projects/pcsclite"
|
||||||
license="Modified BSD"
|
license="2-clause-BSD"
|
||||||
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)"
|
||||||
configure_args="--enable-libudev"
|
configure_args="--enable-libudev"
|
||||||
hostmakedepends="intltool pkg-config python"
|
hostmakedepends="intltool pkg-config python"
|
||||||
|
@ -14,8 +14,6 @@ depends="python"
|
||||||
distfiles="https://alioth.debian.org/frs/download.php/file/4126/pcsc-lite-${version}.tar.bz2"
|
distfiles="https://alioth.debian.org/frs/download.php/file/4126/pcsc-lite-${version}.tar.bz2"
|
||||||
checksum="f315047e808d63a3262c4a040f77548af2e04d1fd707e0c2759369b926fbbc3b"
|
checksum="f315047e808d63a3262c4a040f77548af2e04d1fd707e0c2759369b926fbbc3b"
|
||||||
wrksrc="pcsc-lite-${version}"
|
wrksrc="pcsc-lite-${version}"
|
||||||
conf_files="/etc/reader.conf"
|
|
||||||
replaces="runit-void<20141013_2"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv pcscd
|
vsv pcscd
|
||||||
|
|
Loading…
Reference in a new issue