wok annotate httpfs-fuse-static/receipt @ rev 19234

httpfs-fuse-static: add fusermount (static)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 25 13:38:04 2016 +0200 (2016-06-25)
parents fe2894291cf6
children 21f4cf58cc83
rev   line source
pascal@5067 1 # SliTaz package receipt.
pascal@5067 2
pascal@5067 3 PACKAGE="httpfs-fuse-static"
pascal@5067 4 VERSION="2.06.08.26"
pascal@5067 5 CATEGORY="system-tools"
pascal@5067 6 SHORT_DESC="HTTP Filesystem implemented with FUSE."
pascal@5067 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15600 8 LICENSE="GPL"
pascal@5067 9 WEB_SITE="http://httpfs.sourceforge.net/"
pascal@5067 10 WANTED="httpfs-fuse"
pascal@19229 11 PROVIDE="httpfs-fuse"
pascal@5067 12 TAGS="filesystem"
pascal@5067 13
pascal@15600 14 DEPENDS="fuse"
pascal@15600 15
pascal@5067 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@5067 17 genpkg_rules()
pascal@5067 18 {
slaxemulator@9033 19 mkdir -p $fs/usr
pascal@19229 20 cp -a $WOK/$WANTED/install/usr/share $fs/usr
pascal@19234 21 cp -a $src/static_uclibc/fusermount $fs/usr/share/boot
pascal@5067 22 }