wok-6.x view httpfs-fuse-static/receipt @ rev 8678
Automated merge with https://bitbucket.org/gokhlayeh/wok
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Feb 17 00:50:03 2011 +0100 (2011-02-17) |
parents | 7a2bd7d921a1 |
children | 47623f40305b |
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 DEPENDS="fuse"
9 WEB_SITE="http://httpfs.sourceforge.net/"
10 WANTED="httpfs-fuse"
11 TAGS="filesystem"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/boot
17 cp -a $WOK/$WANTED/httpfs_with_static_binaries-$VERSION/static_uclibc/httpfs \
18 $fs/usr/share/boot/httpfs-static
19 }