summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2013-01-01 00:31:45 -0500
committer dsomero <xgizzmo@slackbuilds.org>2013-01-01 00:31:45 -0500
commit8eb6b2ccfe707bc55aae65cb77346510f6f8ad22 (patch)
tree7237192a37aff8f01b2129daa4546edbfdc61fe1 /academic
parentbbea0feb863ab4a227d84397d98b49f28a24ca27 (diff)
downloadslackbuilds-8eb6b2ccfe707bc55aae65cb77346510f6f8ad22.tar.gz
slackbuilds-8eb6b2ccfe707bc55aae65cb77346510f6f8ad22.tar.xz
academic/ent: License added.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/ent/ent.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/academic/ent/ent.SlackBuild b/academic/ent/ent.SlackBuild
index 8c0aa7ae4d..2f9f5eb9ab 100644
--- a/academic/ent/ent.SlackBuild
+++ b/academic/ent/ent.SlackBuild
@@ -4,18 +4,19 @@
# Written by B. Watson (yalhcru@gmail.com)
+# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details.
+
PRGNAM=ent
-ARCHIVE=random.zip
VERSION=${VERSION:-20080128}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
+ARCHIVE=random.zip
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi