wok annotate httpfs-fuse/receipt @ rev 19232

httpfs-fuse: add status 301 supprot
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 25 11:48:21 2016 +0200 (2016-06-25)
parents de49f29b101e
children 21f4cf58cc83
rev   line source
pascal@1288 1 # SliTaz package receipt.
pascal@1288 2
pascal@1288 3 PACKAGE="httpfs-fuse"
pascal@1288 4 VERSION="2.06.08.26"
pascal@1288 5 CATEGORY="system-tools"
pascal@1288 6 SHORT_DESC="HTTP Filesystem implemented with FUSE."
pascal@1288 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15600 8 LICENSE="GPL2"
pascal@1288 9 SOURCE="httpfs_with_static_binaries"
pascal@1288 10 TARBALL="${SOURCE}_$VERSION.tar.gz"
pascal@1288 11 WEB_SITE="http://httpfs.sourceforge.net/"
pascal@1288 12 WGET_URL="$SF_MIRROR/httpfs/$TARBALL"
jozee@4937 13 TAGS="filesystem"
pascal@1288 14
pascal@15600 15 DEPENDS="fuse"
pascal@15600 16 BUILD_DEPENDS="fuse-dev"
pascal@15600 17
pascal@1288 18 # Rules to configure and make the package.
pascal@1288 19 compile_rules()
pascal@1288 20 {
pascal@19232 21 patch -p0 < $stuff/httpfs.u
pascal@19232 22 mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/share/boot
slaxemulator@9033 23 . ./make_httpfs && cp -a httpfs $DESTDIR/usr/bin &&
slaxemulator@9033 24 cp -a static_uclibc/httpfs $DESTDIR/usr/share/boot/httpfs-static
pascal@1288 25 }
pascal@1288 26
pascal@1288 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1288 28 genpkg_rules()
pascal@1288 29 {
slaxemulator@9033 30 mkdir -p $fs/usr
pascal@15600 31 cp -a $install/usr/bin $fs/usr
pascal@1288 32 }