wok view httpfs-fuse-static/receipt @ rev 19235

Build httpfs-static
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 26 12:11:14 2016 +0200 (2016-06-26)
parents 8d5c7dc37af2
children e7289f2af0c8
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 TAGS="filesystem"
13 BUILD_DEPENDS="upx"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
19 cp -a $WOK/$WANTED/install/usr/share $fs/usr
20 cp -a $src/static_uclibc/fusermount $fs/usr/share/boot/fusermount-static
21 upx -d $fs/usr/share/boot/fusermount-static
22 }