wok-next view xxhash/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }