Browse Source
misc/rlwrap: Updated for version 0.47.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/326/head
Andrew Clemons
1 month ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
12 additions and
4 deletions
-
misc/rlwrap/rlwrap.SlackBuild
-
misc/rlwrap/rlwrap.info
|
|
@ -10,7 +10,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=rlwrap |
|
|
|
VERSION=${VERSION:-0.46.2} |
|
|
|
VERSION=${VERSION:-0.47.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -63,9 +63,17 @@ find -L . \ |
|
|
|
|
|
|
|
autoreconf -vif |
|
|
|
|
|
|
|
PTYTTYOPT="--without-libptytty" |
|
|
|
if pkg-config --exists libptytty > /dev/null 2>&1 ; then |
|
|
|
# libptytty was added to current |
|
|
|
# Thu Jul 20 19:55:25 UTC 2023 |
|
|
|
PTYTTYOPT="" |
|
|
|
fi |
|
|
|
|
|
|
|
CFLAGS="$SLKCFLAGS" \ |
|
|
|
CXXFLAGS="$SLKCFLAGS" \ |
|
|
|
./configure \ |
|
|
|
$PTYTTYOPT \ |
|
|
|
--prefix=/usr \ |
|
|
|
--mandir=/usr/man \ |
|
|
|
--build=$ARCH-slackware-linux |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="rlwrap" |
|
|
|
VERSION="0.46.2" |
|
|
|
VERSION="0.47.1" |
|
|
|
HOMEPAGE="https://github.com/hanslub42/rlwrap" |
|
|
|
DOWNLOAD="https://github.com/hanslub42/rlwrap/archive/v0.46.2/rlwrap-0.46.2.tar.gz" |
|
|
|
MD5SUM="40528db6d0ed6bb3ca4409e9f1ef33ad" |
|
|
|
DOWNLOAD="https://github.com/hanslub42/rlwrap/archive/v0.47.1/rlwrap-0.47.1.tar.gz" |
|
|
|
MD5SUM="edf41a6d9457432c6e4d62bb418e7c14" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|