From 962a86cf11f2904b942a35564a876f5c4aad3527 Mon Sep 17 00:00:00 2001 From: rudson Date: Mon, 7 Apr 2008 05:35:12 +0000 Subject: git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@490 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/createpkg | 63 +++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 52 insertions(+), 11 deletions(-) (limited to 'trunk/src/createpkg') diff --git a/trunk/src/createpkg b/trunk/src/createpkg index e5fd73a..5d28d17 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -27,21 +27,62 @@ # Createpkg functions #--------------------------------------------------- -CREATEPKG_VERSION="1.1.10" +CREATEPKG_VERSION="1.1.11" function usage { # Help message - eecho $commun "Createpkg version $CREATEPKG_VERSION\n" - eecho $commun "Usage: createpkg [--install/-i] package_name" - eecho $commun " createpkg --all/-a" - eecho $commun " createpkg --no-deps/-np package_name" - eecho $commun " createpkg --search/-s package_name" - eecho $commun " createpkg --info/-f package_name" - eecho $commun " createpkg --list/-l" - eecho $commun " createpkg --sync" - eecho $commun " createpkg --help/-h" - exit + echo -e "${red}NAME${normal} + createpkg - create Slackware packages + +${red}SYNOPSIS + createpkg${normal} [${green}OPTIONS${normal}] [${green}program${normal}] + +${red}DESCRIPTION${normal} + [${green}program${normal}] name to build/search + + Input ${green}OPTIONS${normal}: + ${red}-i${normal}, ${red}--install${normal} ${green}${normal} + create the package ${green}${normal} and install + ${red}-a${normal}, ${red}--all${normal} + create all packages and install + ${red}-np${normal}, ${red}--no-deps${normal} + does not solve dependences + ${red}-s${normal}, ${red}--search${normal} + search for a ${green}${normal} + ${red}-f${normal}, ${red}--info${normal} ${green}${normal} + show description and dependences of the program + ${red}-l${normal}, ${red}--list${normal} + list all the SlackBuilds + ${red}--sync${normal} + synchronize SlackBuilds repository + ${red}-h${normal}, ${red}--help${normal} + show this help + +${red}EXAMPLES${normal} + ${red}createpkg -i scilab${normal} + build and install scilab package + ${red}createpkg -s at*${normal} + search for all at* SlackBuilds scripts (at-spi, atk, ...) + ${red}createpkg --info pyrex${normal} + show pyrex description and dependences + +${red}AUTHOR${normal} + Written by ${blue}Rudson R. Alves${normal} + +${red}AVAILABILITY${normal} + by svn: ${yellow}svn checkout svn://slack.sarava.org/simplepkg${normal} + this mkbuild is found in branches/0.6/ + +${red}REPORTING BUGS${normal} + Report bugs to <${blue}rudsonalves[at]rra.etc.br${normal}> + +${red}COPYRIGHT${normal} + Copyright © 2006 Free Software Foundation, Inc. + This is free software. You may redistribute copies of it under the + terms of the GNU General Public License + <${yellow}http://www.gnu.org/licenses/gpl.html${normal}>. There is NO WARRANTY, to the + extent permitted by law." | more } function build_all_slackbuild { -- cgit v1.2.3