From 8eb6b2ccfe707bc55aae65cb77346510f6f8ad22 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 1 Jan 2013 00:31:45 -0500 Subject: academic/ent: License added. Signed-off-by: dsomero --- academic/ent/ent.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'academic') 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 -- cgit v1.2.3