wok-current rev 23901
httpfs2-fuse: add man
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 31 14:26:28 2020 +0000 (2020-07-31) |
parents | e060c533a38e |
children | a8546de77bcc |
files | httpfs2-fuse/receipt |
line diff
1.1 --- a/httpfs2-fuse/receipt Thu Jul 30 17:38:46 2020 +0100 1.2 +++ b/httpfs2-fuse/receipt Fri Jul 31 14:26:28 2020 +0000 1.3 @@ -13,8 +13,8 @@ 1.4 PROVIDE="httpfs-fuse" 1.5 TAGS="filesystem" 1.6 1.7 -DEPENDS="fuse libgnutls" 1.8 -BUILD_DEPENDS="fuse-dev gnutls-dev libgnutls pkg-config" 1.9 +DEPENDS="gcc-lib-base fuse libgnutls" 1.10 +BUILD_DEPENDS="fuse-dev gnutls-dev libgnutls pkg-config asciidoc" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 @@ -22,14 +22,14 @@ 1.15 sed -i "s/^package = .*/package = $SOURCE/" Makefile 1.16 sed -i "s/^version = .*/version = $VERSION/" Makefile 1.17 sed -i "s/^revision = .*/revision = 1/" Makefile 1.18 - sed -i "s/a2x -f/echo skip/" Makefile 1.19 sed -i "s/MAIN_LDFLAGS := /&-ldl -lpthread -lrt /" Makefile 1.20 - make 1.21 + make -j 1 1.22 } 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 - mkdir -p $fs/usr/bin 1.28 - cp -a $src/httpfs2-ssl-mt $fs/usr/bin/httpfs 1.29 + mkdir -p $fs/usr/bin $install/usr/share/man 1.30 + cp -a $src/httpfs2*mt $src/httpfs*[2l] $fs/usr/bin/ 1.31 + cp $src/*.1 $install/usr/share/man 1.32 }