wok diff meson/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 | ff191ed93215 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/meson/receipt Sat Apr 27 14:45:20 2019 +0100 1.2 +++ b/meson/receipt Mon May 10 19:56:39 2021 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="meson" 1.7 -VERSION="0.50.1" 1.8 +VERSION="0.53.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The Meson Build System." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -24,5 +24,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - cp -a $install/usr $fs/ 1.17 + cp -a $install/usr $fs 1.18 }