summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libraries/rhonabwy/rhonabwy.SlackBuild5
-rw-r--r--libraries/rhonabwy/rhonabwy.info6
2 files changed, 5 insertions, 6 deletions
diff --git a/libraries/rhonabwy/rhonabwy.SlackBuild b/libraries/rhonabwy/rhonabwy.SlackBuild
index c18e73d0cf..d59fe9e6f4 100644
--- a/libraries/rhonabwy/rhonabwy.SlackBuild
+++ b/libraries/rhonabwy/rhonabwy.SlackBuild
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rhonabwy
-VERSION=${VERSION:-1.1.5}
+VERSION=${VERSION:-1.1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -84,6 +84,7 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_JOURNALD=off \
-DCMAKE_INSTALL_DOCDIR=doc/$PRGNAM-$VERSION \
+ -DCMAKE_INSTALL_MANDIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release ..
make VERBOSE=1
make install DESTDIR=$PKG
@@ -92,8 +93,6 @@ cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-mv $PKG/usr/share/man $PKG/usr/
-
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
diff --git a/libraries/rhonabwy/rhonabwy.info b/libraries/rhonabwy/rhonabwy.info
index 816612ddf8..e2ea0ca762 100644
--- a/libraries/rhonabwy/rhonabwy.info
+++ b/libraries/rhonabwy/rhonabwy.info
@@ -1,8 +1,8 @@
PRGNAM="rhonabwy"
-VERSION="1.1.5"
+VERSION="1.1.6"
HOMEPAGE="https://github.com/babelouest/rhonabwy"
-DOWNLOAD="https://github.com/babelouest/rhonabwy/archive/v1.1.5/rhonabwy-1.1.5.tar.gz"
-MD5SUM="a433e6abf047d6c95906863fa2715771"
+DOWNLOAD="https://github.com/babelouest/rhonabwy/archive/v1.1.6/rhonabwy-1.1.6.tar.gz"
+MD5SUM="c6cba50462377929bc488a87bd68277d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libmicrohttpd ulfius"