wok-6.x annotate httpfs-fuse-static/receipt @ rev 5120
Fix: gettext dep (issue 272)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Mar 20 20:21:18 2010 +0100 (2010-03-20) |
parents | 7a2bd7d921a1 |
children | 47623f40305b |
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@5067 | 8 DEPENDS="fuse" |
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 { |
pascal@5068 | 16 mkdir -p $fs/usr/share/boot |
pascal@5067 | 17 cp -a $WOK/$WANTED/httpfs_with_static_binaries-$VERSION/static_uclibc/httpfs \ |
pascal@5068 | 18 $fs/usr/share/boot/httpfs-static |
pascal@5067 | 19 } |