From afd280afbcd2e4d6b9b45968226d7b12ccced874 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 22 Sep 2018 23:15:33 -0300 Subject: [PATCH] pcsclite: switch to new debian distfiles and homepage= and rebuild. --- srcpkgs/pcsclite/template | 19 ++++++++++--------- srcpkgs/pcsclite/update | 4 ++-- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/srcpkgs/pcsclite/template b/srcpkgs/pcsclite/template index c05105efb53..12bb4d4cda0 100644 --- a/srcpkgs/pcsclite/template +++ b/srcpkgs/pcsclite/template @@ -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 " -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 " +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() { diff --git a/srcpkgs/pcsclite/update b/srcpkgs/pcsclite/update index 8b527b939df..0b1526b75a3 100644 --- a/srcpkgs/pcsclite/update +++ b/srcpkgs/pcsclite/update @@ -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