wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="httpfs-fuse-static"
4 VERSION="2.06.08.26"
5 CATEGORY="system-tools"
6 SHORT_DESC="HTTP Filesystem implemented with FUSE."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://httpfs.sourceforge.net/"
10 WANTED="httpfs-fuse"
11 PROVIDE="httpfs-fuse"
12 TAGS="filesystem"
14 DEPENDS="fuse"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr
20 cp -a $WOK/$WANTED/install/usr/share $fs/usr
21 cp -a $src/static_uclibc/fusermount $fs/usr/share/boot
22 }