From 602a635efec260a837499db5fcfcda213a38beff Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 21 May 2015 04:11:09 +0300 Subject: [PATCH] update comments --- bin/slpkg | 4 +--- install.sh | 3 +-- slackbuild/slack-desc | 4 ++-- slackbuild/slpkg.SlackBuild | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/bin/slpkg b/bin/slpkg index 6287c3bf..bf99a797 100755 --- a/bin/slpkg +++ b/bin/slpkg @@ -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 diff --git a/install.sh b/install.sh index 7348fd7e..358720ce 100755 --- a/install.sh +++ b/install.sh @@ -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" diff --git a/slackbuild/slack-desc b/slackbuild/slack-desc index 29b511dc..11508551 100644 --- a/slackbuild/slack-desc +++ b/slackbuild/slack-desc @@ -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. diff --git a/slackbuild/slpkg.SlackBuild b/slackbuild/slpkg.SlackBuild index d175a510..4593eda7 100755 --- a/slackbuild/slpkg.SlackBuild +++ b/slackbuild/slpkg.SlackBuild @@ -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