From a4cf9cd9d160d9d9441541c7584e78ce0d7bbae9 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 13 May 2010 00:19:55 +0200 Subject: academic/ent: Updated for version 20080128 --- academic/ent/README | 2 -- academic/ent/ent.SlackBuild | 5 ++++- academic/ent/ent.info | 2 ++ academic/ent/slack-desc | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) (limited to 'academic/ent') diff --git a/academic/ent/README b/academic/ent/README index 7a5602d720..4497a6c406 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 8e2c12dbb9..b5db709286 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 9508eea838..18cf1cd363 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 59d68635ed..44403a674e 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 -- cgit v1.2.3-80-g2a13