# HG changeset patch # User Pascal Bellard # Date 1466935874 -7200 # Node ID 21f4cf58cc83eed6b620244984d5a2a0fff9f7bc # Parent 8d5c7dc37af295c22ba9188cfa7a97af33aa6394 Build httpfs-static diff -r 8d5c7dc37af2 -r 21f4cf58cc83 httpfs-fuse-static/receipt --- a/httpfs-fuse-static/receipt Sat Jun 25 13:38:04 2016 +0200 +++ b/httpfs-fuse-static/receipt Sun Jun 26 12:11:14 2016 +0200 @@ -8,15 +8,15 @@ LICENSE="GPL" WEB_SITE="http://httpfs.sourceforge.net/" WANTED="httpfs-fuse" -PROVIDE="httpfs-fuse" TAGS="filesystem" -DEPENDS="fuse" +BUILD_DEPENDS="upx" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $WOK/$WANTED/install/usr/share $fs/usr - cp -a $src/static_uclibc/fusermount $fs/usr/share/boot + cp -a $src/static_uclibc/fusermount $fs/usr/share/boot/fusermount-static + upx -d $fs/usr/share/boot/fusermount-static } diff -r 8d5c7dc37af2 -r 21f4cf58cc83 httpfs-fuse/receipt --- a/httpfs-fuse/receipt Sat Jun 25 13:38:04 2016 +0200 +++ b/httpfs-fuse/receipt Sun Jun 26 12:11:14 2016 +0200 @@ -20,8 +20,9 @@ { patch -p0 < $stuff/httpfs.u mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/share/boot - . ./make_httpfs && cp -a httpfs $DESTDIR/usr/bin && - cp -a static_uclibc/httpfs $DESTDIR/usr/share/boot/httpfs-static + sed 's/lpthread/& -ldl -lrt/' static_uclibc/make_httpfs | sh && + cp -a httpfs $DESTDIR/usr/share/boot/httpfs-static && + . ./make_httpfs && cp -a httpfs $DESTDIR/usr/bin } # Rules to gen a SliTaz package suitable for Tazpkg.