system/makeself: Updated for version 2.5.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Erik Falor 2023-12-10 15:31:43 +07:00 committed by Willy Sudiarto Raharjo
parent 6b25c2f13a
commit a24fb93841
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 12 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for makeself
# Copyright 2022, Erik Falor <ewfalor@gmail.com>, Utah, USA
# Copyright 2023, Erik Falor <ewfalor@gmail.com>, Utah, USA
# All rights reserved.
#
# Originally maintained by Andrew Tkalia <anddt@yandex.ru>, Ukraine, Kyiv
@ -24,16 +24,11 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# 20220425 bkw: Modified by SlackBuilds.org, BUILD=2:
# - put makeself-header.sh in a subdir of /usr/share.
# - use correct github URL (saves as the same filename whether or not
# the client respects the Content-disposition header).
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=makeself
VERSION=${VERSION:-2.4.5}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -76,8 +71,9 @@ 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 $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING README.md test $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -rf $PKG/usr/doc/$PRGNAM-$VERSION/test
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

View file

@ -1,8 +1,8 @@
PRGNAM="makeself"
VERSION="2.4.5"
VERSION="2.5.0"
HOMEPAGE="https://github.com/megastep/makeself"
DOWNLOAD="https://github.com/megastep/makeself/archive/release-2.4.5/makeself-release-2.4.5.tar.gz"
MD5SUM="18bd1c06156cdf2d006ce21a72078e30"
DOWNLOAD="https://github.com/megastep/makeself/archive/release-2.5.0/makeself-release-2.5.0.tar.gz"
MD5SUM="0c0811d2134edafd7ac311e66fbdfb19"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""