##
## Version 0.9.9 - Luis ( luis at riseup d0t net)
## Alves ( rudsonalves at yahoo d0t com d0t br )
+## Version $Rev$ - $Author$
#################################################################
#!/bin/bash
<head> off
-#################################################################
-## Generic template for Mkbuild
-##
-## Version 0.9.0 - Alves ( rudsonalves at yahoo d0t com d0t br )
-#################################################################
+#
+# This mkbuild 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
+# Foundation; either version 2 of the License, or any later version.
+#
+# This mkbuild is distributed in the hope that it will be useful, but WITHOUT ANY
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along with
+# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
+# Place - Suite 330, Boston, MA 02111-1307, USA
+#
+# Version 0.9.0 - Alves ( rudsonalves at yahoo d0t com d0t br )
+# Version $Rev$ - $Author$
+
#--------------------
# Personal variables
#--------------------
# SVN="svn://repository", defaults do http://slack.sarava.org/slackbuilds
# SYNC="yes|no", whether to always update the repository
#
+# Version $Rev$ - $Author$
#---------------------------------------------------
# Createpkg functions
#
# Based in model generic.SlackBuild of Luiz
#
-# Version:
-PROG_VERSION=1.2.8
-PROG_NAME=`basename $0`
+# Version $Rev$ - $Author$
+
+PROG_VERSION="1.2.8"
+PROG_NAME="`basename $0`"
#--------------------------------------------------------------------
# Functions
# ------------------- svn functions ------------------------------
function submit_slackbuild {
- # Commit SlackBuild in local Slack.Sarava tree
+ # Submit SlackBuild in local Slack.Sarava tree
if [ $UID -ne 0 ]; then
echo "Only root can submit SlackBuilds..."
return 1
function submit_mkbuild {
- # Commit mkbuild in local mkbuild Slack.Sarava tree
+ # Submit mkbuild in local mkbuild Slack.Sarava tree
if [ $UID -ne 0 ]; then
echo "Only root can submit mkbuild..."
return 1
#!/bin/bash
#
-# simplaret v0.3: simplepkg's retrieval tool
+# simplaret $Rev$: simplepkg's retrieval tool
# feedback: rhatto at riseup.net | gpl
#
# Simplaret is free software; you can redistribute it and/or modify it under the