wok-6.x annotate httpfs-fuse-static/receipt @ rev 22882
updated gsasl and gsasl-dev (1.8.0 -> 1.8.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 22 16:26:34 2020 +0100 (2020-02-22) |
parents | 21f4cf58cc83 |
children | 7dd01dedad38 |
rev | line source |
---|---|
pascal@5067 | 1 # SliTaz package receipt. |
pascal@5067 | 2 |
pascal@5067 | 3 PACKAGE="httpfs-fuse-static" |
pascal@5067 | 4 VERSION="2.06.08.26" |
pascal@5067 | 5 CATEGORY="system-tools" |
pascal@5067 | 6 SHORT_DESC="HTTP Filesystem implemented with FUSE." |
pascal@5067 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15600 | 8 LICENSE="GPL" |
pascal@5067 | 9 WEB_SITE="http://httpfs.sourceforge.net/" |
pascal@5067 | 10 WANTED="httpfs-fuse" |
pascal@5067 | 11 TAGS="filesystem" |
pascal@5067 | 12 |
pascal@5067 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5067 | 14 genpkg_rules() |
pascal@5067 | 15 { |
slaxemulator@9033 | 16 mkdir -p $fs/usr |
pascal@19229 | 17 cp -a $WOK/$WANTED/install/usr/share $fs/usr |
pascal@5067 | 18 } |