aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trunk/src/createpkg12
1 files changed, 4 insertions, 8 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index c2d799a..c72cb04 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -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
@@ -16,13 +15,8 @@
# 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}