wok view xxhash-dev/receipt @ rev 24048

Add xxhash-lib
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 10 19:56:39 2021 +0000 (2021-05-10)
parents c1a1d1f23e07
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xxhash-dev"
4 VERSION="0.8.0"
5 CATEGORY="development"
6 SHORT_DESC="Extremely fast non-cryptographic hash algorithm, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD GPL2"
9 WEB_SITE="http://cyan4973.github.io/xxHash/"
10 WANTED="xxhash"
12 DEPENDS="xxhash-lib pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr/include
19 cp -a $install/usr/lib/*.a $fs/usr/lib/
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib/
21 }