Browse Source

pcsc-lite: Updated (1.7.2 -> 1.8.2)

user/chris/next/aufs
Nagy Karoly Gabriel 13 years ago committed by Alejandro Mery
parent
commit
eaf07ef0a2
  1. 19
      security/pcsc-lite/pcsc-lite.conf
  2. 6
      security/pcsc-lite/pcsc-lite.desc

19
security/pcsc-lite/pcsc-lite.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../pcsc-lite/pcsc-lite.conf # Filename: package/.../pcsc-lite/pcsc-lite.conf
# Copyright (C) 2011 The OpenSDE Project # Copyright (C) 2011 - 2012 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -12,7 +12,20 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# disable udev support if necessary if pkginstalled -f libusb; then
if ! pkginstalled -f udev; then var_append extraconfopt ' ' "--enable-libusb"
var_append extraconfopt ' ' "--disable-libudev" var_append extraconfopt ' ' "--disable-libudev"
else
var_append extraconfopt ' ' "--enable-libudev"
fi fi
localstatedir="$localstatedir/lib/$pkg"
var_append extraconfopt ' ' "--enable-usbdropdir=$localstatedir/driver"
hook_add postmake 5 "pcsc-lite-pm"
pcsc-lite-pm(){
mkdir -p "$localstatedir/driver"
}

6
security/pcsc-lite/pcsc-lite.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] [COPY]
[COPY] Filename: package/.../pcsc-lite/pcsc-lite.desc [COPY] Filename: package/.../pcsc-lite/pcsc-lite.desc
[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project [COPY] Copyright (C) 2006 - 2012 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY] [COPY]
@ -32,7 +32,7 @@
[L] GPL [L] GPL
[S] Beta [S] Beta
[V] 1.7.2 [V] 1.8.2
[P] X -----5---9 120.200 [P] X -----5---9 120.200
[D] 1327059048 pcsc-lite-1.7.2.tar.bz2 https://alioth.debian.org/frs/download.php/3533/ [D] 1327059048 pcsc-lite-1.8.2.tar.bz2 https://alioth.debian.org/frs/download.php/3533/

Loading…
Cancel
Save