aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-11 16:54:38 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-11 16:54:38 +0000
commit74626d93cb8d13b58f7103e4558e5db8b82ec507 (patch)
tree1ac7c48be0af338a8eda23f893504ec433a068d3 /trunk/src/createpkg
parent7e053f3d2a6f29f092215ff92b3cad01b32e166e (diff)
downloadsimplepkg-74626d93cb8d13b58f7103e4558e5db8b82ec507.tar.gz
simplepkg-74626d93cb8d13b58f7103e4558e5db8b82ec507.tar.bz2
minor changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@649 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/createpkg')
-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}