wok-current view xxhash-dev/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents 9ea6d3207601
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xxhash-dev"
4 VERSION="0.8.1"
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 }