mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
misc/rlwrap: Updated for version 0.42 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bf5cb43af3
commit
0b1056ab72
2 changed files with 14 additions and 8 deletions
|
@ -1,12 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for rlwrap
|
||||
|
||||
# Written by slakmagik <slakmagik@gmail.com>
|
||||
# Updated 2017 by Andrew Clemons, Wellington New Zealand
|
||||
# Released under the WTFPL
|
||||
|
||||
PRGNAM=rlwrap
|
||||
VERSION=${VERSION:-0.37}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.42}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -51,6 +53,8 @@ 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 {} \;
|
||||
|
||||
autoreconf -vif
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
@ -64,7 +68,9 @@ make DESTDIR=$PKG install-strip
|
|||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a [ABCINPRT]* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS BUGS COPYING ChangeLog INSTALL NEWS PLEA README TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="rlwrap"
|
||||
VERSION="0.37"
|
||||
VERSION="0.42"
|
||||
HOMEPAGE="https://github.com/hanslub42/rlwrap"
|
||||
DOWNLOAD="http://pkgs.fedoraproject.org/repo/pkgs/rlwrap/rlwrap-0.37.tar.gz/04cd6e2c257eb5a86b297f2ebf91dbbf/rlwrap-0.37.tar.gz"
|
||||
MD5SUM="04cd6e2c257eb5a86b297f2ebf91dbbf"
|
||||
DOWNLOAD="https://github.com/hanslub42/rlwrap/archive/v0.42/rlwrap-0.42.tar.gz"
|
||||
MD5SUM="6db341971cdb8bedfecf0a293e7cfff4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="slakmagik"
|
||||
EMAIL="slakmagik@gmail.com"
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue