diff options
author | Marek Wodzinski <majek@w7i.pl> | 2022-11-18 15:31:40 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-18 21:55:16 +0700 |
commit | 82b1703b20fba693ca21a41f748dd4e71f68c07b (patch) | |
tree | 9b14f71876c6f39a430f9c91851f1c14642f91b5 /system | |
parent | aa2b330a1444b174d5845fdf9decf3d43f1f6c00 (diff) |
system/targetcli-fb: Updated for version 2.1.54.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/targetcli-fb/targetcli-fb.SlackBuild | 12 | ||||
-rw-r--r-- | system/targetcli-fb/targetcli-fb.info | 14 |
2 files changed, 13 insertions, 13 deletions
diff --git a/system/targetcli-fb/targetcli-fb.SlackBuild b/system/targetcli-fb/targetcli-fb.SlackBuild index 3d9141238b7a..78502a44ce04 100644 --- a/system/targetcli-fb/targetcli-fb.SlackBuild +++ b/system/targetcli-fb/targetcli-fb.SlackBuild @@ -26,9 +26,9 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=targetcli-fb -VERSION=${VERSION:-2.1.53} -RTVERSION=${RTVERSION:-2.1.73} -CSVERSION=${CSVERSION:-1.1.28} +VERSION=${VERSION:-2.1.54} +RTVERSION=${RTVERSION:-2.1.75} +CSVERSION=${CSVERSION:-1.1.29} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -94,15 +94,15 @@ find -L . \ # RTSLIB cd $TMP/$PRGNAM-$VERSION/$RTSLIB -python setup.py install --root=$PKG +python3 setup.py install --root=$PKG # CONFIGSHELL cd $TMP/$PRGNAM-$VERSION/$CONFIGSHELL -python setup.py install --root=$PKG +python3 setup.py install --root=$PKG # TARGETCLI-FB cd $TMP/$PRGNAM-$VERSION -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 diff --git a/system/targetcli-fb/targetcli-fb.info b/system/targetcli-fb/targetcli-fb.info index 2cf6695bc656..e1c3b06844e8 100644 --- a/system/targetcli-fb/targetcli-fb.info +++ b/system/targetcli-fb/targetcli-fb.info @@ -1,12 +1,12 @@ PRGNAM="targetcli-fb" -VERSION="2.1.53" +VERSION="2.1.54" HOMEPAGE="https://github.com/open-iscsi/targetcli-fb" -DOWNLOAD="https://github.com/open-iscsi/targetcli-fb/archive/v2.1.53/targetcli-fb-2.1.53.tar.gz \ - https://github.com/open-iscsi/rtslib-fb/archive/v2.1.73/rtslib-fb-2.1.73.tar.gz \ - https://github.com/open-iscsi/configshell-fb/archive/v1.1.28/configshell-fb-1.1.28.tar.gz" -MD5SUM="61cdf4c71a0b206b021232fb9e845bd8 \ - 5eb1fc54a5f16566b76b6037950c0dc6 \ - d1908982dffb1df700fa52ed65949729" +DOWNLOAD="https://github.com/open-iscsi/targetcli-fb/archive/v2.1.54/targetcli-fb-2.1.54.tar.gz \ + https://github.com/open-iscsi/rtslib-fb/archive/v2.1.75/rtslib-fb-2.1.75.tar.gz \ + https://github.com/open-iscsi/configshell-fb/archive/v1.1.29/configshell-fb-1.1.29.tar.gz" +MD5SUM="fdc14d22688939169987628331897919 \ + ce993c80a6ba7fa29a97201d2c3fef0d \ + 102396a633e5814b43d7ab110f78a23d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pyudev" |