summaryrefslogtreecommitdiffstats
path: root/academic/ent/ent.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/ent/ent.SlackBuild')
-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