diff options
Diffstat (limited to 'academic/tilem/tilem.SlackBuild')
-rw-r--r-- | academic/tilem/tilem.SlackBuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/academic/tilem/tilem.SlackBuild b/academic/tilem/tilem.SlackBuild index d36f1b00c8..8bd3733646 100644 --- a/academic/tilem/tilem.SlackBuild +++ b/academic/tilem/tilem.SlackBuild @@ -2,12 +2,11 @@ # Slackbuild for tilem -# Written by JK Wood <joshuakwood@gmail.com> # Slackbuild is released under the Dog-on-Fire License: -# If use of the SlackBuild causes your dog to catch on fire, +# If use of this script causes your dog to catch on fire, # you agree to send me five dollars. Or a picture # of the dog on fire. -# Otherwise, you're on your own. I've tested it +# Otherwise, you're on your own. I've tested the script # on my own computer, and it hasn't broken anything. # So if it does it on your computer, that falls in # the realm of "Not my problem." @@ -17,9 +16,13 @@ # wrong and prevent it from happening in the future. # In which case, I may just send YOU five dollars. +# Oh, and feel free to copy it and modify it as you +# see fit. Or as I see fit. Or as I fit. Although +# that is unlikely, as I am rather tall. + PRGNAM=tilem VERSION=0.973 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: |