wok-next view xxhash/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents a7c7cade0e8f
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xxhash"
4 VERSION="0.6.5"
5 CATEGORY="utilities"
6 SHORT_DESC="Extremely fast non-cryptographic hash algorithm"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="http://cyan4973.github.io/xxHash/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/Cyan4973/xxHash/archive/v$VERSION.tar.gz"
14 SPLIT="$PACKAGE-dev"
16 compile_rules() {
17 make &&
18 make \
19 prefix=/usr \
20 install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 xxhash) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 }