mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/slpkg: Updated for version 2.2.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
46715e8c14
commit
3644b9bc99
4 changed files with 14 additions and 14 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue