diff --git a/system/devel/rhash/actions.py b/system/devel/rhash/actions.py index c441046e..55986a9c 100755 --- a/system/devel/rhash/actions.py +++ b/system/devel/rhash/actions.py @@ -18,11 +18,15 @@ def setup(): --enable-gettext \ --disable-openssl-runtime \ --enable-openssl") + +def check(): + autotools.make("test test-lib") def install(): - autotools.make("PREFIX=/usr DESTDIR=%s build-shared install-gmo install-lib-shared" % get.installDIR()) - autotools.make("PREFIX=/usr DESTDIR=%s -C librhash install-so-link install-headers" % get.installDIR()) - autotools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR()) + autotools.make() + autotools.rawInstall("PREFIX=/usr DESTDIR=%s install-lib-headers install-lib-shared install" % get.installDIR()) - pisitools.dodoc("ChangeLog", "INSTALL*", "README", "COPYING") + pisitools.dosym("usr/lib/librhash.so.0", "/usr/lib/librhash.so") + + pisitools.dodoc("ChangeLog", "INSTALL*", "README.md") diff --git a/system/devel/rhash/pspec.xml b/system/devel/rhash/pspec.xml index 180aca48..1e74e0db 100755 --- a/system/devel/rhash/pspec.xml +++ b/system/devel/rhash/pspec.xml @@ -12,7 +12,7 @@ library Hash sums are used to ensure and verify integrity of large volumes of data for a long-term storing or transferring. RHash is a console utility for calculation and verification of magnet links and a wide range of hash sums like CRC32, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94,RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru. - https://github.com/rhash/RHash/archive/v1.3.6.tar.gz + https://github.com/rhash/RHash/archive/v1.3.9.tar.gz glibc openssl-devel @@ -46,6 +46,13 @@ + + 2019-12-26 + 1.3.9 + Version bump + Idris Kalp + idriskalp@gmail.com + 2018-07-15 1.3.6