diff options
author | Ruben Schuller <sb@rbn.im> | 2017-01-22 07:20:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-24 07:22:54 +0700 |
commit | 7d107aaaed29394719ec328884e2c05f68b2fda3 (patch) | |
tree | 4834acaee33cb91bfd4014d98b335886aa7f87cf /system/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr.SlackBuild | |
parent | af5b1722ab30b1b70b069ba99b6ee1f508fe9a97 (diff) |
system/epson-inkjet-printer-escpr: Updated for version 1.6.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr.SlackBuild')
-rw-r--r-- | system/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr.SlackBuild | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/system/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr.SlackBuild b/system/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr.SlackBuild index f105b2d9f0f4a..99285ab423da9 100644 --- a/system/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr.SlackBuild +++ b/system/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for escpr -# Copyright 2013 - 2015 Ruben Schuller +# Copyright 2013 - 2017 Ruben Schuller # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,14 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=epson-inkjet-printer-escpr -VERSION=${VERSION:-1.6.5} +VERSION=${VERSION:-1.6.11} TARNAM=$PRGNAM-$VERSION-1lsb3.2.tar.gz BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -70,11 +70,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Upstream script needs to be more assertive with Autotools :-) -sed -e 's/autoconf/autoreconf -vif/' -i bootstrap - -./bootstrap - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |