diff options
author | LukenShiro <lukenshiro@ngi.it> | 2013-11-11 08:55:50 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-11 10:53:35 -0600 |
commit | 28c8dd2691d15da6f40dbe33e8acbcb83e2b24a4 (patch) | |
tree | 942544fde12bad8838c19e13ab85827564c8ca16 /system/ccid/ccid.SlackBuild | |
parent | ad90eeba7cde7de46559fc1c4417bb20c4e146b1 (diff) | |
download | slackbuilds-28c8dd2691d15da6f40dbe33e8acbcb83e2b24a4.tar.gz |
system/ccid: Updated for version 1.4.13.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/ccid/ccid.SlackBuild')
-rw-r--r-- | system/ccid/ccid.SlackBuild | 17 |
1 files changed, 8 insertions, 9 deletions
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. |