summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson2019-12-01 06:45:55 +0100
committer Willy Sudiarto Raharjo2019-12-15 11:06:21 +0100
commit06d6e6bb114a976393ed90c33fc86fb365ca6a1b (patch)
tree21afd2673502c0809952a8ae7b82878ac188cdd2 /system
parenta9997a64f6f19dbd87ce647bb0637468053dec5d (diff)
downloadslackbuilds-06d6e6bb114a976393ed90c33fc86fb365ca6a1b.tar.gz
system/etsh: Updated for version 5.4.0, fix URLs.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system')
-rw-r--r--system/etsh/etsh.SlackBuild12
-rw-r--r--system/etsh/etsh.info10
2 files changed, 10 insertions, 12 deletions
diff --git a/system/etsh/etsh.SlackBuild b/system/etsh/etsh.SlackBuild
index 6e87ea5bdf..d1cb0cad9e 100644
--- a/system/etsh/etsh.SlackBuild
+++ b/system/etsh/etsh.SlackBuild
@@ -18,10 +18,11 @@
# The name means "Extended Thompson Shell", it's nothing to do with
# phoning home...
+# 20191201 bkw: updated for v5.4.0.
# 20180902 bkw: updated for v5.3.1.
PRGNAM=etsh
-VERSION=${VERSION:-5.3.1} # main etsh version
+VERSION=${VERSION:-5.4.0} # main etsh version
V6S_VER=${V6S_VER:-20180109} # v6scripts version
LT_VER=${LT_VER:-20180115} # looptest version
BUILD=${BUILD:-1}
@@ -63,11 +64,8 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \+ -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
+find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
./configure # not a GNU autoconf script, does not take standard args
make PREFIX=/usr BINDIR=/bin DESTDIR=$PKG WARNINGS="$SLKCFLAGS" install
@@ -90,7 +88,7 @@ cd -
# binaries already stripped
gzip -9 $PKG/usr/man/man?/*.?
-cp -a AUTHORS CHANGES* DEDICATIONS History \
+cp -a AUTHORS CHANGES* DEDICATIONS \
LICENSE NOTES PROJECT README* examples \
$DOCDIR
cat $CWD/$PRGNAM.SlackBuild > $DOCDIR/$PRGNAM.SlackBuild
diff --git a/system/etsh/etsh.info b/system/etsh/etsh.info
index 64a2c03cf0..59707edc21 100644
--- a/system/etsh/etsh.info
+++ b/system/etsh/etsh.info
@@ -1,10 +1,10 @@
PRGNAM="etsh"
-VERSION="5.3.1"
-HOMEPAGE="https://etsh.io/"
-DOWNLOAD="https://etsh.io/src/etsh_5.3.1/etsh-5.3.1.tar.gz \
- https://etsh.io/v6scripts/v6scripts-20180109.tar.gz \
+VERSION="5.4.0"
+HOMEPAGE="https://etsh.nl/"
+DOWNLOAD="https://etsh.nl/src/etsh_5.4.0/etsh-5.4.0.tar.gz \
+ https://etsh.nl/v6scripts/v6scripts-20180109.tar.gz \
http://urchlay.naptime.net/~urchlay/src/looptest-20180115.tar.xz"
-MD5SUM="ade54e7130d2a8931427f6a2397337d6 \
+MD5SUM="e004699ce8842fdfc4536e54dbb1ea04 \
5fee60c842f1ab7274c5a53447de2b63 \
1c7ef73a9515d340354bbb19e5ebed91"
DOWNLOAD_x86_64=""