mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
office/lowdown: Updated to 1.1.0.
Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
914ead0b7c
commit
dd40acaab1
2 changed files with 6 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for lowdown
|
||||
|
||||
# Copyright 2019-2022 Pouria Rezaei <Pouria.rz@outlook.com>
|
||||
# Copyright 2019-2024 Pouria Rezaei <Pouria.rz@outlook.com>
|
||||
# Copyright 2020, Charles A. Daniels, United States
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -31,8 +31,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=lowdown
|
||||
VERSION=${VERSION:-0.11.2}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -91,7 +91,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install install_shared DESTDIR=$PKG
|
||||
chmod 0755 $PKG/usr/lib$LIBDIRSUFFIX/liblowdown.so.1
|
||||
ln -s liblowdown.so.1 $PKG/usr/lib$LIBDIRSUFFIX/liblowdown.so
|
||||
|
||||
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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lowdown"
|
||||
VERSION="0.11.2"
|
||||
VERSION="1.1.0"
|
||||
HOMEPAGE="https://kristaps.bsd.lv/lowdown/"
|
||||
DOWNLOAD="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-0.11.2.tar.gz"
|
||||
MD5SUM="3b3e570d568b5b7a556c9b6b0ebbf8c8"
|
||||
DOWNLOAD="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-1.1.0.tar.gz"
|
||||
MD5SUM="b4246cabfc55fab7fa4f948202f3807f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue