wok diff httpfs2-fuse/receipt @ rev 23902

Add SECRET_FILES variable
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 01 16:19:51 2020 +0000 (2020-08-01)
parents 40db49e12216
children ba7cbdb5749c
line diff
     1.1 --- a/httpfs2-fuse/receipt	Fri Jul 31 14:26:28 2020 +0000
     1.2 +++ b/httpfs2-fuse/receipt	Sat Aug 01 16:19:51 2020 +0000
     1.3 @@ -14,7 +14,7 @@
     1.4  TAGS="filesystem"
     1.5  
     1.6  DEPENDS="gcc-lib-base fuse libgnutls"
     1.7 -BUILD_DEPENDS="fuse-dev gnutls-dev libgnutls pkg-config asciidoc"
     1.8 +BUILD_DEPENDS="fuse-dev gnutls-dev libgnutls pkg-config asciidoc docbook-xml"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -22,6 +22,7 @@
    1.13  	sed -i "s/^package = .*/package = $SOURCE/" Makefile
    1.14  	sed -i "s/^version = .*/version = $VERSION/" Makefile
    1.15  	sed -i "s/^revision = .*/revision = 1/" Makefile
    1.16 +#	sed -i "s/a2x -f/echo skip/" Makefile
    1.17  	sed -i "s/MAIN_LDFLAGS := /&-ldl -lpthread -lrt /" Makefile
    1.18  	make -j 1
    1.19  }
    1.20 @@ -29,7 +30,8 @@
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/bin $install/usr/share/man
    1.25 +	mkdir -p $fs/usr/bin $install/usr/share/doc $install/usr/share/man
    1.26  	cp -a $src/httpfs2*mt $src/httpfs*[2l] $fs/usr/bin/
    1.27  	cp $src/*.1 $install/usr/share/man
    1.28 +	cp $src/*.txt $install/usr/share/doc
    1.29  }