mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/pcsc-tools: upgrade to 1.5.4
This commit is contained in:
parent
797126ff38
commit
216d4bc936
@ -1,7 +1,7 @@
|
||||
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
|
||||
# Maintainer:
|
||||
pkgname=pcsc-tools
|
||||
pkgver=1.5.2
|
||||
pkgver=1.5.4
|
||||
pkgrel=0
|
||||
pkgdesc="tools to test a PC/SC driver, card or reader or send commands"
|
||||
url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
|
||||
@ -9,13 +9,10 @@ arch="all"
|
||||
license="GPL-2.0"
|
||||
depends="pcsc-perl"
|
||||
makedepends="pcsc-lite-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools-$pkgver.tar.bz2"
|
||||
builddir="$srcdir/pcsc-tools-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
@ -27,13 +24,11 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="e4b17ace30d3751af80151d282f3b4e17780169e00f44685f02ffe9aaf575d0a27ec9f78c1daee3b71a55ca6b77755da4f610a4d1fbca7af14f8babd9704dca0 pcsc-tools-1.5.2.tar.bz2"
|
||||
sha512sums="c64b9445dcdf72a7e5627380894c1f627ebcb343a497524ee185b64110c2c2b8b6138cae5610439991ab9756fd89ea5de0e054e68698b220d11606b38f7a90c6 pcsc-tools-1.5.4.tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user