development/lwtools: Updated for version 4.19.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-02-16 20:17:01 +01:00 committed by Willy Sudiarto Raharjo
parent b69cc3de96
commit 2a65ba16b3
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=lwtools PRGNAM=lwtools
VERSION=${VERSION:-4.15} VERSION=${VERSION:-4.19}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -81,7 +81,7 @@ find -L . \
CFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \
make make
make install DESTDIR=$PKG make install DESTDIR=$PKG LWCC_LIBBIN_FILES=''
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View File

@ -1,8 +1,8 @@
PRGNAM="lwtools" PRGNAM="lwtools"
VERSION="4.15" VERSION="4.19"
HOMEPAGE="http://lwtools.projects.l-w.ca" HOMEPAGE="http://lwtools.projects.l-w.ca"
DOWNLOAD="http://lwtools.projects.l-w.ca/releases/lwtools/lwtools-4.15.tar.gz" DOWNLOAD="http://lwtools.projects.l-w.ca/releases/lwtools/lwtools-4.19.tar.gz"
MD5SUM="2f13dd2e3908ca1fe20798bd708d8ec3" MD5SUM="58a0f05b4b8f29b6e0e99de007b9a7da"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""