mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
update comments
This commit is contained in:
parent
7057a4185c
commit
602a635efe
4 changed files with 5 additions and 8 deletions
|
@ -29,9 +29,7 @@
|
|||
|___/_| .__/|_|\_\__, |
|
||||
|_| |___/
|
||||
|
||||
Slpkg is a terminal tool in order to easy use
|
||||
Slackware packages.It's a quick and easy way
|
||||
to manage your packages in slackware to a command.
|
||||
Slpkg is a user-friendly package manager for Slackware installations
|
||||
'''
|
||||
|
||||
from slpkg.main import main
|
||||
|
|
|
@ -32,8 +32,7 @@ VERSION=${VERSION:-$(__version)}
|
|||
TAG=${TAG:-_dsw}
|
||||
|
||||
# Installation script.
|
||||
# With this script allows you to install the slpkg as a package SlackBuild.
|
||||
# Select archive to copy in slackbuild directory
|
||||
# With this script allows you to install the slpkg as a Slackware package binary file.
|
||||
# support wget download.
|
||||
|
||||
ARCHIVES="$PRGNAM-$VERSION.tar.gz $PRGNAM-$VERSION.zip v$VERSION.tar.gz v$VERSION.zip"
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
slpkg: slpkg (Slackware Packaging Tool)
|
||||
slpkg:
|
||||
slpkg: Slpkg is a software package manager that installs, updates, and
|
||||
slpkg: removes packages on Slackware based systems. It automatically
|
||||
slpkg: Slpkg is a powerful software package manager that installs, updates,
|
||||
slpkg: and 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.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for slpkg
|
||||
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
|
Loading…
Reference in a new issue