diff options
author | Arn0 <yth@ythogtha.org> | 2022-06-30 14:18:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-01 10:19:14 +0700 |
commit | 252a043f9c7233d8dc73f7e7cd20ccb4225c148d (patch) | |
tree | d6e1872af9c9b26418f40aff31160c3d47e05709 /libraries/rhonabwy | |
parent | c81a2e7a77e48d35da1a9c7ed976791cd9d448cd (diff) |
libraries/rhonabwy: updated for version 1.1.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/rhonabwy')
-rw-r--r-- | libraries/rhonabwy/rhonabwy.SlackBuild | 5 | ||||
-rw-r--r-- | libraries/rhonabwy/rhonabwy.info | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/libraries/rhonabwy/rhonabwy.SlackBuild b/libraries/rhonabwy/rhonabwy.SlackBuild index c18e73d0cf8f1..d59fe9e6f47fb 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 816612ddf8e2e..e2ea0ca762475 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" |