diff options
author | Stu Miller <slackbuilds@go4it2day.com> | 2022-06-17 12:51:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:09:58 +0700 |
commit | d95feac98f3cfbae7c5421b7abd62eed4db111b2 (patch) | |
tree | 40919dd86fba752fc2027cdf3b331a9dcdbf018b /system/slackupdr | |
parent | 20b12272b3a3b373ee2c49f8006c225b64b2c573 (diff) |
system/slackupdr: Updated for version 3.4.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/slackupdr')
-rw-r--r-- | system/slackupdr/README | 15 | ||||
-rw-r--r-- | system/slackupdr/slack-desc | 12 | ||||
-rw-r--r-- | system/slackupdr/slackupdr.SlackBuild | 6 | ||||
-rw-r--r-- | system/slackupdr/slackupdr.info | 8 |
4 files changed, 24 insertions, 17 deletions
diff --git a/system/slackupdr/README b/system/slackupdr/README index 74884034d04e1..da798a18bbcfb 100644 --- a/system/slackupdr/README +++ b/system/slackupdr/README @@ -1,4 +1,11 @@ -slackupdr automates the use of slackpkg, manages installation -of multiple kernels & updates LILO & ELILO bootloaders. -The script expects to be run as the root user. -slackupdr is menu & config file driven. +NAME + slackupdr - autoslackpkg plus kernel & config tools + +SYNOPSIS + slackupdr [-h] [-m manpage] [-v] + +DESCRIPTION + slackupdr is a CLI menu driven tool. It automates slackpkg, manages + installation of multiple kernels, updates LILO & ELILO bootloaders & + manages /etc .new & .orig files. slackupdr uses slackpkg, pkgtools, + mkinitrd & diff/edit tools. diff --git a/system/slackupdr/slack-desc b/system/slackupdr/slack-desc index 551d1f5cf7795..700a554ca13d1 100644 --- a/system/slackupdr/slack-desc +++ b/system/slackupdr/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -slackupdr: slackupdr (slackpkg automation) +slackupdr: slackupdr (slackupdr - autoslackpkg plus kernel & config tools) +slackupdr: +slackupdr: Home: https://www.go4it2day.com/news/slackupdr-3.4.html +slackupdr: +slackupdr: +slackupdr: slackupdr: -slackupdr: slackupdr primary functions: -slackupdr: 1) automate the use of slackpkg -slackupdr: 2) manage multiple kernels -slackupdr: 3) update LILO or EFI bootloaders slackupdr: -slackupdr: Home: https://www.go4it2day.com/news/slackupdr-3.3.html slackupdr: slackupdr: slackupdr: diff --git a/system/slackupdr/slackupdr.SlackBuild b/system/slackupdr/slackupdr.SlackBuild index 75a21189a2f6b..3cf74f1929d9d 100644 --- a/system/slackupdr/slackupdr.SlackBuild +++ b/system/slackupdr/slackupdr.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slackupdr -VERSION=${VERSION:-3.3} +VERSION=${VERSION:-3.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -44,7 +44,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -set -e +set -eu rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -80,7 +80,7 @@ cp -a \ mkdir -p $PKG/usr/libexec/slackpkg cp -a \ - slackupdr_lib.gz \ + ${PRGNAM}_lib \ $PKG/usr/libexec/slackpkg/ mkdir -p $PKG/usr/man/man5 diff --git a/system/slackupdr/slackupdr.info b/system/slackupdr/slackupdr.info index 3bd1973d376f5..101b67207f37b 100644 --- a/system/slackupdr/slackupdr.info +++ b/system/slackupdr/slackupdr.info @@ -1,8 +1,8 @@ PRGNAM="slackupdr" -VERSION="3.3" -HOMEPAGE="https://www.go4it2day.com/news/slackupdr-3.3.html" -DOWNLOAD="https://www.go4it2day.com/downloads/slackupdr/3.3/slackupdr-3.3.tar.gz" -MD5SUM="8d4ca54dce00753faf4264841a9f49ff" +VERSION="3.4" +HOMEPAGE="https://www.go4it2day.com/news/slackupdr-3.4.html" +DOWNLOAD="https://www.go4it2day.com/downloads/slackupdr/3.4/slackupdr-3.4.tar.gz" +MD5SUM="73527247b9b035d12e129967ea96bf39" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |