# HG changeset patch # User Pascal Bellard # Date 1596205588 0 # Node ID 40db49e1221666c320445f5ed201d0237d449cf6 # Parent e060c533a38e8ebeffe7c3d6528835e3d67b837a httpfs2-fuse: add man diff -r e060c533a38e -r 40db49e12216 httpfs2-fuse/receipt --- a/httpfs2-fuse/receipt Thu Jul 30 17:38:46 2020 +0100 +++ b/httpfs2-fuse/receipt Fri Jul 31 14:26:28 2020 +0000 @@ -13,8 +13,8 @@ PROVIDE="httpfs-fuse" TAGS="filesystem" -DEPENDS="fuse libgnutls" -BUILD_DEPENDS="fuse-dev gnutls-dev libgnutls pkg-config" +DEPENDS="gcc-lib-base fuse libgnutls" +BUILD_DEPENDS="fuse-dev gnutls-dev libgnutls pkg-config asciidoc" # Rules to configure and make the package. compile_rules() @@ -22,14 +22,14 @@ sed -i "s/^package = .*/package = $SOURCE/" Makefile sed -i "s/^version = .*/version = $VERSION/" Makefile sed -i "s/^revision = .*/revision = 1/" Makefile - sed -i "s/a2x -f/echo skip/" Makefile sed -i "s/MAIN_LDFLAGS := /&-ldl -lpthread -lrt /" Makefile - make + make -j 1 } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/bin - cp -a $src/httpfs2-ssl-mt $fs/usr/bin/httpfs + mkdir -p $fs/usr/bin $install/usr/share/man + cp -a $src/httpfs2*mt $src/httpfs*[2l] $fs/usr/bin/ + cp $src/*.1 $install/usr/share/man }