diff options
author | Erik Falor <ewfalor@gmail.com> | 2020-09-03 08:25:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-03 08:25:16 +0700 |
commit | 8018c3b8ebc5c890df8f42100e866bdf450e08e9 (patch) | |
tree | 363c60d5affee20b1f8246fefe12033c2f8afd6c | |
parent | 225e23b748c9ed3b574e3ea7224252e4bb47cf11 (diff) | |
download | slackbuilds-8018c3b8ebc5c890df8f42100e866bdf450e08e9.tar.gz |
system/makeself: Updated for version 2.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/makeself/makeself.SlackBuild | 10 | ||||
-rw-r--r-- | system/makeself/makeself.info | 10 |
2 files changed, 11 insertions, 9 deletions
diff --git a/system/makeself/makeself.SlackBuild b/system/makeself/makeself.SlackBuild index 4c06c83042..0c812684bd 100644 --- a/system/makeself/makeself.SlackBuild +++ b/system/makeself/makeself.SlackBuild @@ -2,9 +2,11 @@ # Slackware build script for makeself -# Copyright 2013, Andrew Tkalia <anddt@yandex.ru>, Ukraine, Kyiv +# Copyright 2020, Erik Falor <ewfalor@gmail.com>, Utah, USA # All rights reserved. # +# Originally maintained by Andrew Tkalia <anddt@yandex.ru>, Ukraine, Kyiv +# # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # @@ -23,8 +25,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=makeself -VERSION=${VERSION:-2.2.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.4.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=noarch @@ -62,7 +64,7 @@ cp makeself.sh $PKG/usr/bin cat makeself.1 |gzip -9 > $PKG/usr/man/man1/makeself.1.gz mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING README.md makeself.lsm update-readme $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING README.md makeself.lsm $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/makeself/makeself.info b/system/makeself/makeself.info index c99409f8ff..a1573f2778 100644 --- a/system/makeself/makeself.info +++ b/system/makeself/makeself.info @@ -1,10 +1,10 @@ PRGNAM="makeself" -VERSION="2.2.0" +VERSION="2.4.2" HOMEPAGE="https://github.com/megastep/makeself" -DOWNLOAD="https://github.com/megastep/makeself/archive/release-2.2.0.tar.gz" -MD5SUM="8075530b2ad0a2fbd4bffa80a96eb2ea" +DOWNLOAD="https://github.com/megastep/makeself/archive/release-2.4.2.tar.gz" +MD5SUM="7f81a68ee6a8db39ca099e93e7bbc5ed" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Andrew Tkalia" -EMAIL="anddt@yandex.ru" +MAINTAINER="Erik Falor" +EMAIL="ewfalor@gmail.com" |