rhash 1.3.9

This commit is contained in:
idriskalp
2019-12-26 18:22:44 +03:00
parent edb5f950a2
commit 66cdc81b94
2 changed files with 16 additions and 5 deletions
+8 -4
View File
@@ -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")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Hash sums are used to ensure and verify integrity of large volumes of data for a long-term storing or transferring.</Summary>
<Description>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.</Description>
<Archive sha1sum="62a89fcf39cc8e243d82a860e3ec53dab4e8af69" type="targz">https://github.com/rhash/RHash/archive/v1.3.6.tar.gz</Archive>
<Archive sha1sum="e272d455493763166fded48b90e736fd1d5c092a" type="targz">https://github.com/rhash/RHash/archive/v1.3.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>glibc</Dependency>
<Dependency>openssl-devel</Dependency>
@@ -46,6 +46,13 @@
</Package>
<History>
<Update release="3">
<Date>2019-12-26</Date>
<Version>1.3.9</Version>
<Comment>Version bump</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="2">
<Date>2018-07-15</Date>
<Version>1.3.6</Version>