diff --git a/programming/library/xxhash/actions.py b/programming/library/xxhash/actions.py
index b7ab7f003a..30cc3c178f 100644
--- a/programming/library/xxhash/actions.py
+++ b/programming/library/xxhash/actions.py
@@ -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/*")
\ No newline at end of file
diff --git a/programming/library/xxhash/pspec.xml b/programming/library/xxhash/pspec.xml
index 3a5b0015a5..52530c1bde 100644
--- a/programming/library/xxhash/pspec.xml
+++ b/programming/library/xxhash/pspec.xml
@@ -1,5 +1,5 @@
-
+
xxhash
@@ -8,12 +8,13 @@
Safa Arımansafaariman@pisilinux.org
+ programming.libraryBSDGPLv2libraryExtremely fast hash algorithmxxHash 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).
- https://github.com/Cyan4973/xxHash/archive/v0.7.3.tar.gz
+ https://github.com/Cyan4973/xxHash/archive/v0.8.0.tar.gzmake
@@ -21,11 +22,12 @@
xxhash
+ Extremely fast hash algorithm
- /usr/bin/usr/lib/usr/share/man/usr/share/doc
+ /usr/bin
@@ -41,6 +43,13 @@
+
+ 2020-09-07
+ 0.8.0
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2020-03-190.7.3
@@ -49,4 +58,4 @@
safaariman@pisilinux.org
-
+
\ No newline at end of file
diff --git a/programming/library/xxhash/translations.xml b/programming/library/xxhash/translations.xml
index 83d234b147..23f491d64c 100644
--- a/programming/library/xxhash/translations.xml
+++ b/programming/library/xxhash/translations.xml
@@ -2,7 +2,13 @@
xxhash
- Extremely fast hash algorithm
- 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).
+ Aşırı hızlı çırpı yordamları algoritması
+ xxHash RAM hız sınırlarında aşırı hızlı çırpı yordamları koşabilen bir kitaplıktır.
-
+
+
+ xxhash-devel
+ xxhash için geliştirme dosyaları
+ xxhash-devel, xxhash için geliştirme dosyalarını içerir.
+
+
\ No newline at end of file