wok diff httpfs-fuse-static/receipt @ rev 24119
Add javascript-boulderdash
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 04 18:07:23 2021 +0000 (2021-10-04) |
parents | 21f4cf58cc83 |
children | 7dd01dedad38 |
line diff
1.1 --- a/httpfs-fuse-static/receipt Sun Jun 26 12:11:14 2016 +0200 1.2 +++ b/httpfs-fuse-static/receipt Mon Oct 04 18:07:23 2021 +0000 1.3 @@ -10,13 +10,9 @@ 1.4 WANTED="httpfs-fuse" 1.5 TAGS="filesystem" 1.6 1.7 -BUILD_DEPENDS="upx" 1.8 - 1.9 # Rules to gen a SliTaz package suitable for Tazpkg. 1.10 genpkg_rules() 1.11 { 1.12 mkdir -p $fs/usr 1.13 cp -a $WOK/$WANTED/install/usr/share $fs/usr 1.14 - cp -a $src/static_uclibc/fusermount $fs/usr/share/boot/fusermount-static 1.15 - upx -d $fs/usr/share/boot/fusermount-static 1.16 }