system/onerng: Updated for version 3.7.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
pyllyukko 2022-06-06 23:31:48 +03:00 committed by Willy Sudiarto Raharjo
parent 903607e025
commit afbde90334
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 6 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=onerng
VERSION=${VERSION:-3.6}
VERSION=${VERSION:-3.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -90,9 +90,8 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux
make
# fix the .conf -> .conf.new
sed -i 's:^\(.*onerngconfSCRIPT_INSTALL.*$(DESTDIR)$(onerngconfdir)/$$f\)\(.*\)$:\1.new\2:' files/Makefile
make install-strip DESTDIR=$PKG
mv -v ${PKG}/etc/onerng.conf ${PKG}/etc/onerng.conf.new
mkdir -p ${PKG}/usr/doc/${PRGNAM}-${VERSION}
cp -a \

View File

@ -1,8 +1,8 @@
PRGNAM="onerng"
VERSION="3.6"
VERSION="3.7"
HOMEPAGE="http://www.onerng.info"
DOWNLOAD="https://github.com/OneRNG/onerng.github.io/raw/master/sw/onerng_3.6.orig.tar.gz"
MD5SUM="f1ffd033c56c9d66425304cef7d50f68"
DOWNLOAD="https://github.com/OneRNG/onerng.github.io/raw/master/sw/onerng_3.7.orig.tar.gz"
MD5SUM="7abe6589491788b881e82528f5c80a20"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-gnupg rng-tools"