l/pcsc-lite: Upgraded to pcsc-lite-1.8.25.

current-20191101
Damien Goutte-Gattat 4 years ago
parent 77b0e9dc8c
commit d453d9a2f4

@ -1 +0,0 @@
fe3365eb7d4ce0fe891e2b6d6248351c287435ca502103f1f1431b1710e513ad pcsc-lite-1.8.21.tar.bz2

@ -0,0 +1 @@
d76d79edc31cf76e782b9f697420d3defbcc91778c3c650658086a1b748e8792 pcsc-lite-1.8.25.tar.bz2

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2013,2015-2017 Damien Goutte-Gattat
# Copyright (C) 2013,2015-2017,2019 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -22,14 +22,13 @@
#
# Contact: Damien Goutte-Gattat <dgouttegattat@incenp.org>
#
# Latest pcsc-lite sourcecode is available at:
# <http://pcsclite.alioth.debian.org/pcsclite.html>
# Latest pcsc-lite sourcecode is available at: <https://pcsclite.apdu.fr>.
# Source package infos
NAMESRC=${NAMESRC:-pcsc-lite}
VERSION=${VERSION:-1.8.21}
VERSION=${VERSION:-1.8.25}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2}
WGET=${WGET:-https://alioth.debian.org/frs/download.php/file/4216/$ARCHIVE}
WGET=${WGET:-https://pcsclite.apdu.fr/files/$ARCHIVE}
# Build infos
NAMEPKG=${NAMEPKG:-pcsc-lite}
@ -94,6 +93,8 @@ CXXFLAGS=$CPUOPT \
--docdir=/usr/doc/$NAME \
--localstatedir=/var/run \
--enable-usbdropdir=/usr/lib$LIBDIRSUFFIX/pcsc/drivers \
--disable-libsystemd \
--enable-polkit \
--disable-dependency-tracking \
--build=$ARCH-slackware-linux
make -j $JOBS
@ -104,8 +105,8 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
# Install the documentation
mkdir -p $PKG/usr/doc/$NAME
install -m 644 AUTHORS COPYING ChangeLog DRIVERS HELP NEWS README TODO \
SECURITY $PKG/usr/doc/$NAME
install -m 644 AUTHORS COPYING ChangeLog HELP README TODO SECURITY \
$PKG/usr/doc/$NAME
# Install control script
install -D -m 644 $CWD/rc.pcscd $PKG/etc/rc.d/rc.pcscd

Loading…
Cancel
Save