system/ccid: Updated for version 1.4.13.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
LukenShiro 2013-11-11 08:55:50 -06:00 committed by Robby Workman
parent ad90eeba7c
commit 28c8dd2691
2 changed files with 13 additions and 14 deletions

View file

@ -29,16 +29,14 @@
# 05 October 2009 -- Updated to version 1.3.11
PRGNAM=ccid
VERSION=1.4.3
VERSION=1.4.13
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -70,12 +68,13 @@ cd $TMP
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root.root .
find . \
find -L . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# --enable-udev flag is no longer supported
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@ -85,12 +84,12 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-udev \
--enable-twinserial \
--enable-static=no \
--build=$ARCH-slackware-linux
--enable-composite-as-multislot \
--build=$ARCH-slackware-linux
make
make
make install DESTDIR=$PKG
# Install the udev rules since this is not done automatically.

View file

@ -1,10 +1,10 @@
PRGNAM="ccid"
VERSION="1.4.3"
VERSION="1.4.13"
HOMEPAGE="http://pcsclite.alioth.debian.org/ccid.html"
DOWNLOAD="https://alioth.debian.org/frs/download.php/3535/ccid-1.4.3.tar.bz2"
MD5SUM="a269baa572be6f93ec57da279c7ec276"
DOWNLOAD="https://alioth.debian.org/frs/download.php/file/3959/ccid-1.4.13.tar.bz2"
MD5SUM="89c167a873df1f8bc0dc907ce209e5ff"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pcsc-lite"
MAINTAINER="Daniel R."
EMAIL="danielrodriguez.es@gmail.com"
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"