system/slpkg: Updated for version 3.2.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-10-21 06:53:44 +03:00 committed by Willy Sudiarto Raharjo
parent 543affb842
commit 0770dd337d
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
5 changed files with 18 additions and 14 deletions

View File

@ -1,8 +1,12 @@
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
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.
Optional dependencies: python2-pythondialog, pygraphviz, graph-easy
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)

View File

@ -9,7 +9,7 @@ config() {
}
CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors \
default-repositories custom-repositories"
default-repositories custom-repositories rlworkman.deps"
for file in $CONFIGS; do
config etc/slpkg/${file}.new
done

View File

@ -8,8 +8,8 @@
|-----handy-ruler------------------------------------------------------|
slpkg: slpkg (Slackware Packaging Tool)
slpkg:
slpkg: Slpkg is a powerful software package manager that installs, updates
slpkg: and removes packages on Slackware based systems. It automatically
slpkg: Slpkg is a powerful software package manager that installs, updates
slpkg: and removes packages on Slackware based systems. It automatically
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.

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slpkg
VERSION=${VERSION:-3.1.8}
VERSION=${VERSION:-3.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -80,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/etc/slpkg
# install configuration files
CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors \
default-repositories custom-repositories"
default-repositories custom-repositories rlworkman.deps"
for file in $CONFIGS; do
install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new
done

View File

@ -1,8 +1,8 @@
PRGNAM="slpkg"
VERSION="3.1.8"
VERSION="3.2.0"
HOMEPAGE="https://github.com/dslackw/slpkg"
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v3.1.8.tar.gz"
MD5SUM="85df62558734a4113827e3b7f461c56e"
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v3.2.0.tar.gz"
MD5SUM="1a006b491e0d3cb5613f37bdf1847c6c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""