summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"