system/termenu: Updated for version 1.2.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
7395ac2a5e
commit
30669f29a0
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for termenu
|
||||
|
||||
# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=termenu
|
||||
VERSION=${VERSION:-1.2.4}
|
||||
VERSION=${VERSION:-1.2.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -79,7 +79,7 @@ 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 {} \;
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
python3 setup.py install --root=$PKG
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="termenu"
|
||||
VERSION="1.2.4"
|
||||
VERSION="1.2.5"
|
||||
HOMEPAGE="https://github.com/gooli/termenu"
|
||||
DOWNLOAD="https://pypi.python.org/packages/a6/33/b6cae06794b11f7dcb3d261482056dd96ed5355b5a8402e5b246005dd586/termenu-1.2.4.tar.gz"
|
||||
MD5SUM="5fc92c352392affc7d8819fd6ab22ba8"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/48/ee/00298f75219268417ce3b9bec69c60d30a7990a0654360d72efaa10a85bc/termenu-1.2.5.tar.gz"
|
||||
MD5SUM="0b63ca6fc9f600a42a9420a6f1325f5a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue