summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-10-02 05:14:57 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-03 10:17:02 +0700
commit5d86f71a5cffcfdfc4eb4bd7ba6b65f1ea441044 (patch)
tree271815e82577e156309b4e8fa7bddd464a8dec31 /system
parent05d3d5250e5e6f6541f2b9dd5e76186f11fed0a9 (diff)
downloadslackbuilds-5d86f71a5cffcfdfc4eb4bd7ba6b65f1ea441044.tar.gz
slackbuilds-5d86f71a5cffcfdfc4eb4bd7ba6b65f1ea441044.tar.xz
system/slpkg: Updated for version 1.9.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/slpkg/README32
-rw-r--r--system/slpkg/slack-desc16
-rw-r--r--system/slpkg/slpkg.SlackBuild5
-rw-r--r--system/slpkg/slpkg.info6
4 files changed, 22 insertions, 37 deletions
diff --git a/system/slpkg/README b/system/slpkg/README
index 800dbdb5a2..87b65ec066 100644
--- a/system/slpkg/README
+++ b/system/slpkg/README
@@ -1,26 +1,10 @@
-Slpkg is a terminal multitool in order to easy use Slackware
-packages.
+Slpkg is Open Source software written in Python language.
+It's use is for managing packages in Slackware linux
+distribution. Species are adapted to two repositories:
-Features:
+- SBo - slackbuilds.org
+- Slack - slackware.com
-- Build third party packages from source with all dependencies
-- Install packages through from official Slackware mirrors
-- Find and Download packages from slackbuilds.org
-- Grabs packages from slackbuilds.org in real time
-- Automatic tool build and install packages
-- Check if your distribution is up to date
-- Remove packages with all dependencies
-- Display the contents of the packages
-- Install-upgrade Slackware packages
-- Build and install all in a command
-- Checking for updated packages
-- List all installed packages
-- Support MD5SUM file check
-- Find installed package
-- Read SlackBuilds files
-- Ī¤racking dependencies
-- Build log file
-- Sum build time
-
-It's a quick and easy way to manage your packages in Slackware
-to a command.
+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.
diff --git a/system/slpkg/slack-desc b/system/slpkg/slack-desc
index 0ef4cef26b..a68f6fecdf 100644
--- a/system/slpkg/slack-desc
+++ b/system/slpkg/slack-desc
@@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-slpkg: slpkg (Slackware packaging tool)
+slpkg: slpkg (Slackware Packaging Tool)
slpkg:
-slpkg: Slpkg is a terminal multitool in order to easy use Slackware
-slpkg: packages. It's a quick and easy way to manage your packages in
-slpkg: Slackware to a command. Slpkg uses Slackware commands to upgrade,
-slpkg: install or remove packages.
+slpkg: Slpkg is Open Source software written in Python language.
+slpkg: It's use is for managing packages in Slackware linux distribution.
+slpkg: Species are adapted to two repositories:
+slpkg: SBo - slackbuilds.org and Slack - slackware.com. Slpkg works in
+slpkg: accordance with the standards of the organization slackbuilds.org
+slpkg: to builds packages. Also uses the Slackware linux instructions for
+slpkg: installation, upgrading or removing packages.
slpkg:
slpkg: Homepage: https://github.com/dslackw/slpkg
-slpkg:
-slpkg:
-slpkg:
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild
index 5c7cecb8c5..e2303bbd74 100644
--- a/system/slpkg/slpkg.SlackBuild
+++ b/system/slpkg/slpkg.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slpkg
-VERSION=${VERSION:-1.8.8}
+VERSION=${VERSION:-1.9.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,8 @@ gzip -9 man/$PRGNAM.8
install -D -m0644 man/$PRGNAM.8.gz $PKG/usr/man/man8/$PRGNAM.8.gz
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README.rst CHANGELOG LICENSE CONTRIBUTING ISSUES $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.rst CHANGELOG LICENSE CONTRIBUTING ISSUES blacklist \
+ $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 f81832cabd..4afe80c3f0 100644
--- a/system/slpkg/slpkg.info
+++ b/system/slpkg/slpkg.info
@@ -1,8 +1,8 @@
PRGNAM="slpkg"
-VERSION="1.8.8"
+VERSION="1.9.4"
HOMEPAGE="https://github.com/dslackw/slpkg"
-DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.8.8.tar.gz"
-MD5SUM="23a880158cfaa72503307a342227d829"
+DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.9.4.tar.gz"
+MD5SUM="ab6aca22b0ee35b5f005ad3c7a30070e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""