mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/slpkg: Updated for version 1.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
93ef0750cc
commit
d5f9d9675d
3 changed files with 17 additions and 20 deletions
|
@ -2,21 +2,18 @@ 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
|
||||
- Build packages from source with all dependencies
|
||||
- Find and Download packages from slackbuilds.org
|
||||
- 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
|
||||
- Install-upgrade Slackware packages
|
||||
- Build and install all in a command
|
||||
- Checking for updated packages
|
||||
- List all installed packages
|
||||
- Find installed package
|
||||
- Read SlackBuilds files
|
||||
- Τracking dependencies
|
||||
- Remove packages
|
||||
- No dependencies
|
||||
|
||||
It's a quick and easy way to manage your packages in slackware to a command.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=slpkg
|
||||
VERSION=${VERSION:-1.5.6}
|
||||
VERSION=${VERSION:-1.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="slpkg"
|
||||
VERSION="1.5.6"
|
||||
HOMEPAGE="http://dslackw.github.io/slpkg"
|
||||
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.5.6.tar.gz"
|
||||
MD5SUM="50bf92af87547c724c9579dd882d02ae"
|
||||
VERSION="1.6.1"
|
||||
HOMEPAGE="https://github.com/dslackw/slpkg"
|
||||
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.6.1.tar.gz"
|
||||
MD5SUM="f4f0d882c9a104c20cd22d3c6126006a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue