wok view httpfs-fuse/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 69fad0d6b8b4
children de49f29b101e
line source
1 # SliTaz package receipt.
3 PACKAGE="httpfs-fuse"
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 BUILD_DEPENDS="fuse-dev"
10 SOURCE="httpfs_with_static_binaries"
11 TARBALL="${SOURCE}_$VERSION.tar.gz"
12 WEB_SITE="http://httpfs.sourceforge.net/"
13 WGET_URL="$SF_MIRROR/httpfs/$TARBALL"
14 TAGS="filesystem"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 mkdir -p $DESTDIR/usr/bin \
21 $DESTDIR/usr/share/boot
22 . ./make_httpfs && cp -a httpfs $DESTDIR/usr/bin &&
23 cp -a static_uclibc/httpfs $DESTDIR/usr/share/boot/httpfs-static
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $_pkg/usr/bin $fs/usr
31 }