pcsclite: switch to new debian distfiles and homepage= and rebuild.

This commit is contained in:
maxice8 2018-09-22 23:15:33 -03:00
parent 014e60da46
commit afd280afbc
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
2 changed files with 12 additions and 11 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'pcsclite'
pkgname=pcsclite
version=1.8.23
revision=1
wrksrc="pcsc-lite-${version}"
revision=2
wrksrc="pcsc-lite-upstream-${version}"
build_style=gnu-configure
maintainer="Juan RP <xtraeme@voidlinux.eu>"
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"
configure_args="--enable-libudev --disable-libsystemd"
hostmakedepends="intltool pkg-config python"
makedepends="eudev-libudev-devel libusb-devel python-devel"
depends="python"
distfiles="https://alioth.debian.org/frs/download.php/file/4235/pcsc-lite-${version}.tar.bz2"
checksum=5a27262586eff39cfd5c19aadc8891dd71c0818d3d629539bd631b958be689c9
short_desc="Middleware to access a smart card using SCard API (PC/SC)"
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() {
vsv pcscd
@ -30,6 +30,7 @@ pcsclite-devel_package() {
vmove "usr/lib/*.so"
}
}
libpcsclite_package() {
short_desc+=" - library files"
pkg_install() {

View File

@ -1,2 +1,2 @@
site="https://alioth.debian.org/frs/?group_id=30105"
pkgname="pcsc-lite"
site=https://salsa.debian.org/debian/pcsc-lite/tags
pkgname=pcsc-lite-upstream