rhash-1.3.6:Release Bump Cmake icin
This commit is contained in:
+13253
-13087
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
e1d60feade5397804bdd63a3922e800c26180e42
|
||||
bb27522453a7298862c120692ebdbc03b193bd5e
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
d040e529a706303bda19522c6bf69ad30a5621f1
|
||||
8b4a4dab4b4cd07ee35f99ca8592fcd6cf9ab7a1
|
||||
Executable
+24
@@ -0,0 +1,24 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
shelltools.export("CFLAGS","%s -fPIC -DPIC" % get.CFLAGS())
|
||||
shelltools.export("LDFLAGS","%s -fPIC" % get.LDFLAGS())
|
||||
shelltools.system("./configure --prefix=/usr --sysconfdir=/etc")
|
||||
|
||||
|
||||
def install():
|
||||
autotools.make("PREFIX=/usr DESTDIR=%s build-shared 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())
|
||||
|
||||
pisitools.dodoc("ChangeLog", "INSTALL*", "README", "COPYING")
|
||||
|
||||
Executable
+52
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>rhash</Name>
|
||||
<Homepage>https://github.com/rhash/RHash/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<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>
|
||||
<BuildDependencies>
|
||||
<Dependency>glibc</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>rhash</Name>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/bin/</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc/</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>rhash-devel</Name>
|
||||
<Summary>Development files for rhash</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">rhash</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2018-04-21</Date>
|
||||
<Version>1.3.6</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libmpc</Name>
|
||||
<Summary xml:lang="tr">RHash mıknatıs bağlantılarının hesaplanması</Summary>
|
||||
<Description xml:lang="tr">RHash mıknatıs bağlantılarının hesaplanması ve doğrulanması için bir konsol programıdır ve CRC32, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Kaplan, DC ++ TTH, BitTorrent BTIH, GOST R 34.11-94,RIPEMD-160, HAS-160, EDON-R, Whirlpool ve Snefru.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user