diff options
Diffstat (limited to 'development/scite/scite.SlackBuild')
-rw-r--r-- | development/scite/scite.SlackBuild | 33 |
1 files changed, 24 insertions, 9 deletions
diff --git a/development/scite/scite.SlackBuild b/development/scite/scite.SlackBuild index 1596cfdd7c..b197f6b215 100644 --- a/development/scite/scite.SlackBuild +++ b/development/scite/scite.SlackBuild @@ -1,17 +1,32 @@ #!/bin/sh + # Slackware build script for SciTE + +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com + # Written by Iskar Enev <iskar.enev[@]gmail.com> -# v2.27: Some modifications by Jens Weber <jens@tuxane.com> -# v3.02: (jw) Some more changes, see README.Slackware and changelog -# v3.20: (jw) little changes, see README.Slackware and changelog -# v3.23: (jw) version bump to 3.23 -# v3.24: (jw) version bump to 3.24 -# v3.41: (jw) version bump to 3.41 -# v3.52: (jw) version bump to 3.52 -# v3.54: (jw) version bump to 3.54 +# Some modifications by Jens Weber <jens@tuxane.com> + +# This program 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 +# (at your option) any later version, with the following exception: +# the text of the GPL license may be omitted. + +# This program 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. Compiling, +# interpreting, executing or merely reading the text of the program +# may result in lapses of consciousness and/or very being, up to and +# including the end of all existence and the Universe as we know it. +# See the GNU General Public License for more details. + +# You may have received a copy of the GNU General Public License along +# with this program (most likely, a file named COPYING). If not, see +# <https://www.gnu.org/licenses/>. PRGNAM=scite -VERSION=${VERSION:-3.54} +VERSION=${VERSION:-3.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |