wok diff xxhash-dev/receipt @ rev 24047

Up ipxe (1.21.1), rsync (3.2.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 10 19:33:04 2021 +0000 (2021-05-10)
parents
children 9ea6d3207601
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xxhash-dev/receipt	Mon May 10 19:33:04 2021 +0000
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xxhash-dev"
     1.7 +VERSION="0.8.0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Extremely fast non-cryptographic hash algorithm, development files."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="BSD GPL2"
    1.12 +WEB_SITE="http://cyan4973.github.io/xxHash/"
    1.13 +WANTED="xxhash"
    1.14 +
    1.15 +DEPENDS="xxhash pkg-config"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/lib
    1.21 +	cp -a $install/usr/include $fs/usr/include
    1.22 +	cp -a $install/usr/lib/*.a $fs/usr/lib/
    1.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib/
    1.24 +}