system/slpkg: Updated for version 1.3.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2baac652e0
commit
69da37e603
|
@ -1,6 +1,22 @@
|
|||
Slpkg is a terminal tool , written in Python that allows the
|
||||
build, upgrade, remove, find and view Slackware packages contents.
|
||||
It's a quick and easy way to manage your packages in slackware
|
||||
to a command.
|
||||
You also can check if your packages are up to date or show the
|
||||
dependencies.
|
||||
Slpkg is a terminal tool in order to easy use Slackware packages.
|
||||
|
||||
Features
|
||||
--------
|
||||
- Download packages from ``slackbuilds.org`` with
|
||||
all dependencies, build and install all in a command
|
||||
- Automatic tool build and install packages
|
||||
- List all installed packages
|
||||
- Τracking dependencies
|
||||
- Checking for updated packages
|
||||
- Find and Download packages from SBo repositority
|
||||
- View README file
|
||||
- View SlackBuild file
|
||||
- View Info file
|
||||
- Auto Download and Build packages
|
||||
- Install binary packages
|
||||
- Install-upgrade packages with new
|
||||
- Reinstall the same packages
|
||||
- Remove packages
|
||||
- Find installed packages
|
||||
- Display the contents of the packages
|
||||
- No dependencies
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
slpkg: slpkg (Slackware tool in Python)
|
||||
slpkg:
|
||||
slpkg: Slpkg is a terminal tool , written in Python that allows the
|
||||
slpkg: build, upgrade, remove, find and view Slackware packages contents.
|
||||
slpkg: It's a quick and easy way to manage your packages in slackware
|
||||
slpkg: to a command.
|
||||
slpkg: You also can check if your packages are up to date or show the
|
||||
slpkg: dependencies.
|
||||
slpkg: Slpkg is a terminal tool in order to easy use Slackware packages.
|
||||
slpkg: It's a quick and easy way to manage your packages in slackware to a
|
||||
slpkg: command.
|
||||
slpkg:
|
||||
slpkg: Homepage: http://dslackw.github.io/slpkg
|
||||
slpkg:
|
||||
slpkg:
|
||||
slpkg:
|
||||
slpkg: Homepage: https://github.com/dslackw/slpkg
|
||||
slpkg:
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=slpkg
|
||||
VERSION=${VERSION:-1.2.9}
|
||||
VERSION=${VERSION:-1.3.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="slpkg"
|
||||
VERSION="1.2.9"
|
||||
HOMEPAGE="https://github.com/dslackw/slpkg"
|
||||
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.2.9.tar.gz"
|
||||
MD5SUM="243f624ee8975f892c4525d4533ab47d"
|
||||
VERSION="1.3.9"
|
||||
HOMEPAGE="http://dslackw.github.io/slpkg"
|
||||
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.3.9.tar.gz"
|
||||
MD5SUM="9676ce788fc030ac83362aa3e183ec42"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue