wok-6.x view httpfs-fuse-static/receipt @ rev 9392
Add rt-source-patch. This is so rt-source patch is downloaded to src folder and can be added to modular slitaz source dvd.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Mar 26 13:07:23 2011 +0000 (2011-03-26) |
parents | 81e8704dacde |
children | de49f29b101e |
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
17 cp -a $WOK/$WANTED/install/usr/share \
18 $fs/usr
19 }