xxhash:updated
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def build():
|
||||
@@ -16,4 +16,4 @@ def build():
|
||||
def install():
|
||||
autotools.install()
|
||||
pisitools.remove('/usr/lib/libxxhash.a')
|
||||
pisitools.dodoc('LICENSE')
|
||||
pisitools.dodoc("LICENSE", "doc/*")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>xxhash</Name>
|
||||
@@ -8,12 +8,13 @@
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safaariman@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.library</PartOf>
|
||||
<License>BSD</License>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Extremely fast hash algorithm</Summary>
|
||||
<Description>xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It successfully completes the SMHasher test suite which evaluates collision, dispersion and randomness qualities of hash functions. Code is highly portable, and hashes are identical on all platforms (little / big endian).</Description>
|
||||
<Archive sha1sum="f05904b4877fdedfae2a62391245a41e433cbc44" type="targz">https://github.com/Cyan4973/xxHash/archive/v0.7.3.tar.gz</Archive>
|
||||
<Archive sha1sum="edd0ad280e3d294d06b278c3c9ae03b2b7d6686a" type="targz">https://github.com/Cyan4973/xxHash/archive/v0.8.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>make</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -21,11 +22,12 @@
|
||||
|
||||
<Package>
|
||||
<Name>xxhash</Name>
|
||||
<Summary>Extremely fast hash algorithm</Summary>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -41,6 +43,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-09-07</Date>
|
||||
<Version>0.8.0</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-03-19</Date>
|
||||
<Version>0.7.3</Version>
|
||||
@@ -49,4 +58,4 @@
|
||||
<Email>safaariman@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -2,7 +2,13 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>xxhash</Name>
|
||||
<Summary xml:lang="tr">Extremely fast hash algorithm</Summary>
|
||||
<Description xml:lang="tr">xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It successfully completes the SMHasher test suite which evaluates collision, dispersion and randomness qualities of hash functions. Code is highly portable, and hashes are identical on all platforms (little / big endian).</Description>
|
||||
<Summary xml:lang="tr">Aşırı hızlı çırpı yordamları algoritması</Summary>
|
||||
<Description xml:lang="tr">xxHash RAM hız sınırlarında aşırı hızlı çırpı yordamları koşabilen bir kitaplıktır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
<Package>
|
||||
<Name>xxhash-devel</Name>
|
||||
<Summary xml:lang="tr">xxhash için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">xxhash-devel, xxhash için geliştirme dosyalarını içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user