wok-6.x view httpfs-fuse-static/receipt @ rev 17300
Update weechat to 1.0.1 (needs further testing, if unstable somehow then
downgrade to at most 0.4.3).
downgrade to at most 0.4.3).
author | necrophcodr <tcg.thegamer@gmail.com> |
---|---|
date | Thu Oct 30 23:27:48 2014 +0100 (2014-10-30) |
parents | 47623f40305b |
children | fe2894291cf6 |
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 DEPENDS="fuse"
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 \
20 $fs/usr
21 }