diff options
Diffstat (limited to 'trunk')
-rw-r--r-- | trunk/mkbuild/generic.mkSlackBuild | 1 | ||||
-rw-r--r-- | trunk/mkbuild/model.mkbuild | 21 | ||||
-rw-r--r-- | trunk/src/createpkg | 1 | ||||
-rwxr-xr-x | trunk/src/mkbuild | 11 | ||||
-rwxr-xr-x | trunk/src/simplaret | 2 |
5 files changed, 25 insertions, 11 deletions
diff --git a/trunk/mkbuild/generic.mkSlackBuild b/trunk/mkbuild/generic.mkSlackBuild index c889fde..8cccbb2 100644 --- a/trunk/mkbuild/generic.mkSlackBuild +++ b/trunk/mkbuild/generic.mkSlackBuild @@ -3,6 +3,7 @@ ## ## 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 diff --git a/trunk/mkbuild/model.mkbuild b/trunk/mkbuild/model.mkbuild index a6ad022..84dc256 100644 --- a/trunk/mkbuild/model.mkbuild +++ b/trunk/mkbuild/model.mkbuild @@ -1,8 +1,19 @@ -################################################################# -## 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 #-------------------- diff --git a/trunk/src/createpkg b/trunk/src/createpkg index 90d14d7..296a5fa 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -22,6 +22,7 @@ # SVN="svn://repository", defaults do http://slack.sarava.org/slackbuilds # SYNC="yes|no", whether to always update the repository # +# Version $Rev$ - $Author$ #--------------------------------------------------- # Createpkg functions diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild index 653c2b3..afb8571 100755 --- a/trunk/src/mkbuild +++ b/trunk/src/mkbuild @@ -18,9 +18,10 @@ # # 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 @@ -541,7 +542,7 @@ function apply_mkpatch { # ------------------- 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 @@ -574,7 +575,7 @@ function submit_slackbuild { 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 diff --git a/trunk/src/simplaret b/trunk/src/simplaret index d6555a0..b36f4c4 100755 --- a/trunk/src/simplaret +++ b/trunk/src/simplaret @@ -1,6 +1,6 @@ #!/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 |