pcsclite: switch to new debian distfiles and homepage= and rebuild.
This commit is contained in:
parent
014e60da46
commit
afd280afbc
2 changed files with 12 additions and 11 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'pcsclite'
|
# Template file for 'pcsclite'
|
||||||
pkgname=pcsclite
|
pkgname=pcsclite
|
||||||
version=1.8.23
|
version=1.8.23
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="pcsc-lite-${version}"
|
wrksrc="pcsc-lite-upstream-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
configure_args="--enable-libudev --disable-libsystemd"
|
||||||
homepage="https://alioth.debian.org/projects/pcsclite"
|
|
||||||
license="2-clause-BSD"
|
|
||||||
short_desc="Middleware to access a smart card using SCard API (PC/SC)"
|
|
||||||
configure_args="--enable-libudev --sbindir=/usr/bin --disable-libsystemd"
|
|
||||||
hostmakedepends="intltool pkg-config python"
|
hostmakedepends="intltool pkg-config python"
|
||||||
makedepends="eudev-libudev-devel libusb-devel python-devel"
|
makedepends="eudev-libudev-devel libusb-devel python-devel"
|
||||||
depends="python"
|
depends="python"
|
||||||
distfiles="https://alioth.debian.org/frs/download.php/file/4235/pcsc-lite-${version}.tar.bz2"
|
short_desc="Middleware to access a smart card using SCard API (PC/SC)"
|
||||||
checksum=5a27262586eff39cfd5c19aadc8891dd71c0818d3d629539bd631b958be689c9
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="BSD-2-Clause"
|
||||||
|
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"
|
||||||
|
checksum=a9f41ebf742b973a9a71ba86953079c20df7ae579b19cf19349733533ffc6269
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv pcscd
|
vsv pcscd
|
||||||
|
@ -30,6 +30,7 @@ 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() {
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
site="https://alioth.debian.org/frs/?group_id=30105"
|
site=https://salsa.debian.org/debian/pcsc-lite/tags
|
||||||
pkgname="pcsc-lite"
|
pkgname=pcsc-lite-upstream
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue