mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
academic/tilem: Noted incompat. with libticables2, modified license.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
58ab28e64f
commit
178d0c060c
2 changed files with 12 additions and 4 deletions
|
@ -6,3 +6,8 @@ loading, and full flash support, including flash app loading.
|
||||||
Tilem requires no additional dependencies other than GTK, but
|
Tilem requires no additional dependencies other than GTK, but
|
||||||
does require a rom from one of the supported calculators to
|
does require a rom from one of the supported calculators to
|
||||||
function.
|
function.
|
||||||
|
|
||||||
|
This package can live alongside TiLem2, but building will
|
||||||
|
fail if libticables2 is installed. If you want libticables2
|
||||||
|
support, use TiLem2, or build TiLem before building
|
||||||
|
libticables2.
|
||||||
|
|
|
@ -2,12 +2,11 @@
|
||||||
|
|
||||||
# Slackbuild for tilem
|
# Slackbuild for tilem
|
||||||
|
|
||||||
# Written by JK Wood <joshuakwood@gmail.com>
|
|
||||||
# Slackbuild is released under the Dog-on-Fire License:
|
# 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
|
# you agree to send me five dollars. Or a picture
|
||||||
# of the dog on fire.
|
# 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.
|
# on my own computer, and it hasn't broken anything.
|
||||||
# So if it does it on your computer, that falls in
|
# So if it does it on your computer, that falls in
|
||||||
# the realm of "Not my problem."
|
# the realm of "Not my problem."
|
||||||
|
@ -17,9 +16,13 @@
|
||||||
# wrong and prevent it from happening in the future.
|
# wrong and prevent it from happening in the future.
|
||||||
# In which case, I may just send YOU five dollars.
|
# 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
|
PRGNAM=tilem
|
||||||
VERSION=0.973
|
VERSION=0.973
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
# Automatically determine the architecture we're building on:
|
||||||
|
|
Loading…
Reference in a new issue