aboutsummaryrefslogtreecommitdiff
path: root/academic
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2010-05-13 00:19:55 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-13 00:19:55 +0200
commita4cf9cd9d160d9d9441541c7584e78ce0d7bbae9 (patch)
treeb830e88e8fe4263baebbc6a49fecf1ac21161d33 /academic
parentec94d58f661dd1d326fc1a00ab3e1984e5a34a7c (diff)
academic/ent: Updated for version 20080128
Diffstat (limited to 'academic')
-rw-r--r--academic/ent/README2
-rw-r--r--academic/ent/ent.SlackBuild5
-rw-r--r--academic/ent/ent.info2
-rw-r--r--academic/ent/slack-desc2
4 files changed, 7 insertions, 4 deletions
diff --git a/academic/ent/README b/academic/ent/README
index 7a5602d720f1..4497a6c4062d 100644
--- a/academic/ent/README
+++ b/academic/ent/README
@@ -1,5 +1,3 @@
-ent - A pseudorandom number sequence test program
-
ent applies various tests to sequences of bytes stored in files and
reports the results of those tests. The program is useful for evaluating
pseudorandom number generators for encryption and statistical sampling
diff --git a/academic/ent/ent.SlackBuild b/academic/ent/ent.SlackBuild
index 8e2c12dbb93b..b5db709286db 100644
--- a/academic/ent/ent.SlackBuild
+++ b/academic/ent/ent.SlackBuild
@@ -18,10 +18,13 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
fi
set -e
@@ -58,4 +61,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/academic/ent/ent.info b/academic/ent/ent.info
index 9508eea83843..18cf1cd3639a 100644
--- a/academic/ent/ent.info
+++ b/academic/ent/ent.info
@@ -2,7 +2,9 @@ PRGNAM="ent"
VERSION="20080128"
HOMEPAGE="http://www.fourmilab.ch/random/"
DOWNLOAD="http://www.fourmilab.ch/random/random.zip"
+DOWNLOAD_x86_64=""
MD5SUM="8104a83af1ea5b280da96c92da18eae4"
+MD5SUM_x86_64=""
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"
APPROVED="rworkman"
diff --git a/academic/ent/slack-desc b/academic/ent/slack-desc
index 59d68635ed1d..44403a674e90 100644
--- a/academic/ent/slack-desc
+++ b/academic/ent/slack-desc
@@ -6,7 +6,7 @@
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
-ent: ent - A pseudorandom number sequence test program
+ent: ent (pseudorandom number sequence test program)
ent:
ent: ent applies various tests to sequences of bytes stored in files
ent: and reports the results of those tests. The program is useful