system/slpkg: Updated for version 2.2.6.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-02-26 11:42:19 +02:00 committed by Willy Sudiarto Raharjo
parent 46715e8c14
commit 3644b9bc99
4 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
Slpkg is Open Source software written in Python language.
It's use is for managing packages in Slackware linux distribution.
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.
Slpkg is a 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.

View File

@ -8,11 +8,11 @@
|-----handy-ruler------------------------------------------------------|
slpkg: slpkg (Slackware Packaging Tool)
slpkg:
slpkg: Slpkg is Open Source software written in Python language.
slpkg: It's use is for managing packages in Slackware linux distribution.
slpkg: Slpkg works in accordance with the standards of the organization
slpkg: slackbuilds.org to builds packages. Also uses the Slackware linux
slpkg: instructions for installation, upgrading or removing packages.
slpkg: Slpkg is a software package manager that installs, updates, and
slpkg: 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.
slpkg:
slpkg: Homepage: https://github.com/dslackw/slpkg
slpkg:

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slpkg
VERSION=${VERSION:-2.2.3}
VERSION=${VERSION:-2.2.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="slpkg"
VERSION="2.2.3"
VERSION="2.2.6"
HOMEPAGE="https://github.com/dslackw/slpkg"
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.2.3.tar.gz"
MD5SUM="3c7259a18644573e116b4836095aebd8"
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.2.6.tar.gz"
MD5SUM="bc70626560b37398bd66a02cc3c9f5ef"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""