From 28c8dd2691d15da6f40dbe33e8acbcb83e2b24a4 Mon Sep 17 00:00:00 2001 From: LukenShiro Date: Mon, 11 Nov 2013 08:55:50 -0600 Subject: system/ccid: Updated for version 1.4.13. Signed-off-by: Robby Workman --- system/ccid/ccid.SlackBuild | 17 ++++++++--------- system/ccid/ccid.info | 10 +++++----- 2 files changed, 13 insertions(+), 14 deletions(-) (limited to 'system/ccid') diff --git a/system/ccid/ccid.SlackBuild b/system/ccid/ccid.SlackBuild index 293702a9b5..ab392a1569 100644 --- a/system/ccid/ccid.SlackBuild +++ b/system/ccid/ccid.SlackBuild @@ -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. diff --git a/system/ccid/ccid.info b/system/ccid/ccid.info index 336408e6ff..01bd3314f4 100644 --- a/system/ccid/ccid.info +++ b/system/ccid/ccid.info @@ -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" -- cgit v1.2.3