mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/epson-inkjet-printer-escpr2: Updated for version 1.2.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
dc15a3de38
commit
755f5bcec0
2 changed files with 11 additions and 8 deletions
|
@ -33,7 +33,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=epson-inkjet-printer-escpr2
|
PRGNAM=epson-inkjet-printer-escpr2
|
||||||
VERSION=${VERSION:-1.2.15}
|
VERSION=${VERSION:-1.2.18}
|
||||||
EXTRABIT=1
|
EXTRABIT=1
|
||||||
TARNAM=$PRGNAM-$VERSION-$EXTRABIT.tar.gz
|
TARNAM=$PRGNAM-$VERSION-$EXTRABIT.tar.gz
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
|
@ -101,10 +101,10 @@ find -L . \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
#leave next few lines in as reminder how to test incase epson break their drivers for 32bit again
|
#leave next few lines in as reminder how to test incase epson break their drivers for 32bit again
|
||||||
#BUGFIXED=yes
|
BUGFIXED=yes
|
||||||
#if [ x`objdump -f escprlib/lib/libescpr2_32.a |grep ^architecture |cut -d' ' -f-2 |sort -u|grep "x86-64"|wc -l` = "x1" ]; then
|
if [ x`objdump -f escprlib/lib/libescpr2_32.a |grep ^architecture |cut -d' ' -f-2 |sort -u|grep "x86-64"|wc -l` = "x1" ]; then
|
||||||
# BUGFIXED=no
|
BUGFIXED=no
|
||||||
#fi
|
fi
|
||||||
#next line added as slackware autocmake is higher than 1.15 so m4 files need regenerating for v>1.2.12
|
#next line added as slackware autocmake is higher than 1.15 so m4 files need regenerating for v>1.2.12
|
||||||
autoreconf
|
autoreconf
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
|
@ -139,3 +139,6 @@ cat $CWD/doinst.sh >$PKG/install/doinst.sh
|
||||||
|
|
||||||
cd $PKG
|
cd $PKG
|
||||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
|
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
|
||||||
|
if [ "$BUGFIXED" = "no" ]; then
|
||||||
|
echo "32bit builds will fail as epson has supplied a 64bit object file labelled as 32bit"
|
||||||
|
fi
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="epson-inkjet-printer-escpr2"
|
PRGNAM="epson-inkjet-printer-escpr2"
|
||||||
VERSION="1.2.15"
|
VERSION="1.2.18"
|
||||||
HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/"
|
HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/"
|
||||||
DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/epson-printer/epson-inkjet-printer-escpr2-1.2.15-1.src.rpm"
|
DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/epson-printer/epson-inkjet-printer-escpr2-1.2.18-1.src.rpm"
|
||||||
MD5SUM="7b078750003cd29856077ece5f6ea5f9"
|
MD5SUM="63b14385900496f4175f761079732f69"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue