wok-next view httpfs2-fuse/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 474eb4a6385a
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="httpfs2-fuse"
4 VERSION="0.1.5"
5 CATEGORY="system-tools"
6 SHORT_DESC="HTTP/HTTPS Filesystem implemented with FUSE"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://httpfs.sourceforge.net/"
10 REPOLOGY="httpfs2"
12 TARBALL="httpfs2-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/httpfs/$TARBALL"
15 BUILD_DEPENDS="fuse2-dev gnutls-dev libgnutls"
17 compile_rules() {
18 sed -i "s/^package = .*/package = httpfs2/" Makefile
19 sed -i "s/^version = .*/version = $VERSION/" Makefile
20 sed -i "s/^revision = .*/revision = 1/" Makefile
21 sed -i "s/a2x -f/echo skip/" Makefile
22 sed -i "s/MAIN_LDFLAGS := /&-ldl -lpthread -lrt /" Makefile
23 make &&
24 install -Dm755 $src/httpfs2-ssl-mt $install/usr/bin/httpfs
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="fuse2 libgnutls"
30 PROVIDE="httpfs-fuse"
31 TAGS="filesystem"
32 }