wok-next view xxhash/receipt @ rev 20990

Remove mate116 stash
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 02 22:23:34 2018 +0300 (2018-10-02)
parents
children d5aab818505e
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="xxhash-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 }