wok-current rev 19236
Build httpfs-static (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 26 12:55:29 2016 +0200 (2016-06-26) |
parents | 21f4cf58cc83 |
children | f44f973e1b42 |
files | httpfs-fuse-static/receipt httpfs-fuse/receipt |
line diff
1.1 --- a/httpfs-fuse-static/receipt Sun Jun 26 12:11:14 2016 +0200 1.2 +++ b/httpfs-fuse-static/receipt Sun Jun 26 12:55:29 2016 +0200 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 }
2.1 --- a/httpfs-fuse/receipt Sun Jun 26 12:11:14 2016 +0200 2.2 +++ b/httpfs-fuse/receipt Sun Jun 26 12:55:29 2016 +0200 2.3 @@ -13,7 +13,7 @@ 2.4 TAGS="filesystem" 2.5 2.6 DEPENDS="fuse" 2.7 -BUILD_DEPENDS="fuse-dev" 2.8 +BUILD_DEPENDS="fuse-dev upx" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules() 2.12 @@ -23,6 +23,8 @@ 2.13 sed 's/lpthread/& -ldl -lrt/' static_uclibc/make_httpfs | sh && 2.14 cp -a httpfs $DESTDIR/usr/share/boot/httpfs-static && 2.15 . ./make_httpfs && cp -a httpfs $DESTDIR/usr/bin 2.16 + cp -a static_uclibc/fusermount $DESTDIR/usr/share/boot/fusermount-static 2.17 + upx -d $DESTDIR/usr/share/boot/fusermount-static 2.18 } 2.19 2.20 # Rules to gen a SliTaz package suitable for Tazpkg.