mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +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.
|
Slpkg is a software package manager that installs, updates, and
|
||||||
It's use is for managing packages in Slackware linux distribution.
|
removes packages on Slackware based systems. It automatically
|
||||||
Slpkg works in accordance with the standards of the organization
|
computes dependencies and figures out what things should occur
|
||||||
slackbuilds.org to builds packages. Also uses the Slackware linux
|
to install packages. Slpkg makes it easier to maintain groups
|
||||||
instructions for installation, upgrading or removing packages.
|
of machines without having to manually update.
|
||||||
|
|
|
@ -8,11 +8,11 @@
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
slpkg: slpkg (Slackware Packaging Tool)
|
slpkg: slpkg (Slackware Packaging Tool)
|
||||||
slpkg:
|
slpkg:
|
||||||
slpkg: Slpkg is Open Source software written in Python language.
|
slpkg: Slpkg is a software package manager that installs, updates, and
|
||||||
slpkg: It's use is for managing packages in Slackware linux distribution.
|
slpkg: removes packages on Slackware based systems. It automatically
|
||||||
slpkg: Slpkg works in accordance with the standards of the organization
|
slpkg: computes dependencies and figures out what things should occur
|
||||||
slpkg: slackbuilds.org to builds packages. Also uses the Slackware linux
|
slpkg: to install packages. Slpkg makes it easier to maintain groups of
|
||||||
slpkg: instructions for installation, upgrading or removing packages.
|
slpkg: of machines without having to manually update.
|
||||||
slpkg:
|
slpkg:
|
||||||
slpkg: Homepage: https://github.com/dslackw/slpkg
|
slpkg: Homepage: https://github.com/dslackw/slpkg
|
||||||
slpkg:
|
slpkg:
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=slpkg
|
PRGNAM=slpkg
|
||||||
VERSION=${VERSION:-2.2.3}
|
VERSION=${VERSION:-2.2.6}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="slpkg"
|
PRGNAM="slpkg"
|
||||||
VERSION="2.2.3"
|
VERSION="2.2.6"
|
||||||
HOMEPAGE="https://github.com/dslackw/slpkg"
|
HOMEPAGE="https://github.com/dslackw/slpkg"
|
||||||
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.2.3.tar.gz"
|
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.2.6.tar.gz"
|
||||||
MD5SUM="3c7259a18644573e116b4836095aebd8"
|
MD5SUM="bc70626560b37398bd66a02cc3c9f5ef"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue