summaryrefslogtreecommitdiffstats
path: root/system/onerng
diff options
context:
space:
mode:
author pyllyukko <pyllyukko@maimed.org>2022-06-06 23:31:48 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-06-11 08:58:56 +0700
commitafbde90334866fe105837b1f6ca14c6e25c9d415 (patch)
treec42a9be2a612825a626fd83aa1a86522fde1b8cc /system/onerng
parent903607e025666fc71abe1e7bba775afefdbed7ac (diff)
downloadslackbuilds-afbde90334866fe105837b1f6ca14c6e25c9d415.tar.gz
slackbuilds-afbde90334866fe105837b1f6ca14c6e25c9d415.tar.xz
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>
Diffstat (limited to 'system/onerng')
-rw-r--r--system/onerng/onerng.SlackBuild5
-rw-r--r--system/onerng/onerng.info6
2 files changed, 5 insertions, 6 deletions
diff --git a/system/onerng/onerng.SlackBuild b/system/onerng/onerng.SlackBuild
index beb76ea703..2520767b77 100644
--- a/system/onerng/onerng.SlackBuild
+++ b/system/onerng/onerng.SlackBuild
@@ -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 \
diff --git a/system/onerng/onerng.info b/system/onerng/onerng.info
index 68960a9200..4551aaf0fc 100644
--- a/system/onerng/onerng.info
+++ b/system/onerng/onerng.info
@@ -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"