development/le: Updated for version 1.16.3.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2017-03-11 23:06:04 +00:00 committed by Willy Sudiarto Raharjo
parent c3f0cf6b5b
commit 3482b100f0
2 changed files with 10 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for le
# Copyright 2014 Zhu Quny-Ying
# Copyright 2014-2017 Zhu Quny-Ying
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=le
VERSION=${VERSION:-1.15.1}
VERSION=${VERSION:-1.16.3}
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
@ -39,8 +39,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"
@ -68,6 +68,7 @@ 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 {} \;
NOCONFIGURE=true ./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,10 +1,10 @@
PRGNAM="le"
VERSION="1.15.1"
VERSION="1.16.3"
HOMEPAGE="http://lav.yar.ru/programs.html"
DOWNLOAD="http://lav.yar.ru/download/le/le-1.15.1.tar.gz"
MD5SUM="50e5f2ab207d5ca09470ce0dc16a8c6f"
DOWNLOAD="https://github.com/lavv17/le/archive/v1.16.3/le-1.16.3.tar.gz"
MD5SUM="cc057830d807c3fe0a091d347c89b51d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="gnulib"
MAINTAINER="Zhu Qun-Ying"
EMAIL="zhu.qunying@gmail.com"