]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
minor changes
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Thu, 11 Dec 2008 16:54:38 +0000 (16:54 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Thu, 11 Dec 2008 16:54:38 +0000 (16:54 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@649 04377dda-e619-0410-9926-eae83683ac58

trunk/src/createpkg

index c2d799afa5c76ce5cac49587cc481526cfe7bcdd..c72cb045c394535eff4182927e66ed739f463344 100644 (file)
@@ -1,8 +1,7 @@
 #!/bin/bash
 #
 # createpkg: package builder using http://slack.sarava.org/slackbuilds scripts
-# feedback: rhatto at riseup.net | gpl
-#           rudsonalves at yahoo.com.br
+# feedback: rhatto at riseup.net / rudsonalves at yahoo.com.br
 #
 #  createpkg is free software; you can redistribute it and/or modify it under the
 #  terms of the GNU General Public License as published by the Free Software
 #  this program; if not, write to the Free Software Foundation, Inc., 59 Temple
 #  Place - Suite 330, Boston, MA 02111-1307, USA
 #
-# /etc/slackbuildrc parameters:
-#
-# SLACKBUILDS_DIR="/path/to/slackbuilds", defaults to /var/simplepkg/slackbuilds
-# SVN="svn://repository", defaults do http://slack.sarava.org/slackbuilds
-# SYNC="yes|no", whether to always update the repository
-#
 # Version $Rev$ - $Author$
+#
 
 #---------------------------------------------------
 #               Createpkg functions
@@ -73,6 +67,8 @@ ${red}EXAMPLES${normal}
             search for all at* SlackBuilds scripts (at-spi, atk, ...)
         ${red}createpkg --info pyrex${normal}
             show pyrex description and dependences
+        $SYNC=yes {red}createpkg -i scilab${normal}
+            sync repository first, then build and install scilab package
 
 ${red}AUTHOR${normal}
         Written by ${blue}Rudson R. Alves${normal}