summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2019-01-24 20:26:37 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-26 07:53:37 +0700
commitb9eedb8d4fdbf543fc0e9c6075e63c453a36fd2c (patch)
tree1ef1278d53644ea429777f1db5cc35b3971f3474 /system
parent1fb93814723d60296b22eb0145bccb94e0e3721c (diff)
downloadslackbuilds-b9eedb8d4fdbf543fc0e9c6075e63c453a36fd2c.tar.gz
slackbuilds-b9eedb8d4fdbf543fc0e9c6075e63c453a36fd2c.tar.xz
system/slpkg: Updated for version 3.4.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system')
-rw-r--r--system/slpkg/README44
-rw-r--r--system/slpkg/slack-desc2
-rw-r--r--system/slpkg/slpkg.SlackBuild8
-rw-r--r--system/slpkg/slpkg.info8
4 files changed, 43 insertions, 19 deletions
diff --git a/system/slpkg/README b/system/slpkg/README
index 48a2063b79..45a4a4fda1 100644
--- a/system/slpkg/README
+++ b/system/slpkg/README
@@ -1,12 +1,36 @@
-Slpkg is a powerful software package manager that installs, updates
-and removes packages on Slackware based systems. It automatically
-computes dependencies and figures out what things should occur
-to install packages. Slpkg makes it easier to maintain groups
-of machines without having to manually update.
+Slpkg is a powerful software package manager that installs,
+updates, and removes packages on Slackware based systems.
+It automatically computes dependencies and figures out what
+things should occur to install packages. Slpkg makes it easier
+to maintain groups of machines without having to manually update.
+Slpkg works in accordance with the standards of the organization
+slackbuilds.org to builds packages. Also uses the Slackware Linux
+instructions for installation, upgrading or removing packages.
+
+What makes slpkg to distinguish it from the other tools;
+The user-friendliness it's a primary target as well as easy to
+understand and use, also use colours (by default) to highlight
+packages and display warning messages, and many of the others
+available options it's ready to use.
+
+Features
+
+* Dependencies resolutions
+* Dependencies visualizations
+* Multiple options
+* Multiple repositories
+* Easy configuration
+* Fully configurable
+* Adaptability
+* Powerful options
+* Source builder
+* Faster process
+* Better Security
Optional dependencies:
- - python2-pythondialog (for dialog box interface)
- - pygraphviz (for drawing dependencies diagram)
- - graph-easy (for drawing ascii dependencies diagram)
- - aria2 (alternative downloader)
- - httpie (alternative downloader)
+
+* python2-pythondialog (for dialog box interface)
+* pygraphviz (for drawing dependencies diagram)
+* graph-easy (for drawing ascii dependencies diagram)
+* aria2 (alternative downloader)
+* httpie (alternative downloader)
diff --git a/system/slpkg/slack-desc b/system/slpkg/slack-desc
index 4137504ddb..9eebd74623 100644
--- a/system/slpkg/slack-desc
+++ b/system/slpkg/slack-desc
@@ -14,6 +14,6 @@ slpkg: computes dependencies and figures out what things should occur
slpkg: to install packages. Slpkg makes it easier to maintain groups of
slpkg: of machines without having to manually update.
slpkg:
-slpkg: Homepage: https://github.com/dslackw/slpkg
+slpkg: Homepage: https://dslackw.gitlab.io/slpkg
slpkg:
slpkg:
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild
index 4fe921e256..23a04c4b53 100644
--- a/system/slpkg/slpkg.SlackBuild
+++ b/system/slpkg/slpkg.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for slpkg
-# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slpkg
-VERSION=${VERSION:-3.3.8}
+VERSION=${VERSION:-3.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -92,8 +92,8 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README.rst ChangeLog.txt LICENSE TESTING ISSUES KNOWN_ISSUES REPOSITORIES \
- requirements.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.md ChangeLog.txt LICENSE TESTING ISSUES KNOWN_ISSUES REPOSITORIES.md \
+ INSTALL.md requirements.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info
index 6e7f63699a..31ed1e66d0 100644
--- a/system/slpkg/slpkg.info
+++ b/system/slpkg/slpkg.info
@@ -1,8 +1,8 @@
PRGNAM="slpkg"
-VERSION="3.3.8"
-HOMEPAGE="https://gitlab.com/dslackw/slpkg"
-DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.3.8/slpkg-3.3.8.tar.gz"
-MD5SUM="86024e707ff696ebecf8de77da14500e"
+VERSION="3.4.2"
+HOMEPAGE="https://dslackw.gitlab.io/slpkg"
+DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.4.2/slpkg-3.4.2.tar.gz"
+MD5SUM="14ba9c085dea13238e39fd476ed299c8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""