update comments

This commit is contained in:
Dimitris Zlatanidis 2015-05-21 04:11:09 +03:00
parent 7057a4185c
commit 602a635efe
4 changed files with 5 additions and 8 deletions

View file

@ -29,9 +29,7 @@
|___/_| .__/|_|\_\__, | |___/_| .__/|_|\_\__, |
|_| |___/ |_| |___/
Slpkg is a terminal tool in order to easy use Slpkg is a user-friendly package manager for Slackware installations
Slackware packages.It's a quick and easy way
to manage your packages in slackware to a command.
''' '''
from slpkg.main import main from slpkg.main import main

View file

@ -32,8 +32,7 @@ VERSION=${VERSION:-$(__version)}
TAG=${TAG:-_dsw} TAG=${TAG:-_dsw}
# Installation script. # Installation script.
# With this script allows you to install the slpkg as a package SlackBuild. # With this script allows you to install the slpkg as a Slackware package binary file.
# Select archive to copy in slackbuild directory
# support wget download. # support wget download.
ARCHIVES="$PRGNAM-$VERSION.tar.gz $PRGNAM-$VERSION.zip v$VERSION.tar.gz v$VERSION.zip" ARCHIVES="$PRGNAM-$VERSION.tar.gz $PRGNAM-$VERSION.zip v$VERSION.tar.gz v$VERSION.zip"

View file

@ -8,8 +8,8 @@
|-----handy-ruler------------------------------------------------------| |-----handy-ruler------------------------------------------------------|
slpkg: slpkg (Slackware Packaging Tool) slpkg: slpkg (Slackware Packaging Tool)
slpkg: slpkg:
slpkg: Slpkg is a software package manager that installs, updates, and slpkg: Slpkg is a powerful software package manager that installs, updates,
slpkg: removes packages on Slackware based systems. It automatically slpkg: and removes packages on Slackware based systems. It automatically
slpkg: computes dependencies and figures out what things should occur slpkg: computes dependencies and figures out what things should occur
slpkg: to install packages. Slpkg makes it easier to maintain groups of slpkg: to install packages. Slpkg makes it easier to maintain groups of
slpkg: of machines without having to manually update. slpkg: of machines without having to manually update.

View file

@ -2,7 +2,7 @@
# Slackware build script for slpkg # Slackware build script for slpkg
# Copyright 2014-2015 Dimitris Zlatanidis Greece-Orestiada # Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is