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

Tiny edits...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 10 16:57:21 2018 +0200 (2018-03-10)
parents fe2894291cf6
children d43bf7aae921
line source
1 # SliTaz package receipt v2.
3 PACKAGE="httpfs2-fuse"
4 VERSION="0.1.5"
5 SOURCE="httpfs2"
6 CATEGORY="system-tools"
7 SHORT_DESC="HTTP/HTTPS Filesystem implemented with FUSE"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://httpfs.sourceforge.net/"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/httpfs/$TARBALL"
15 BUILD_DEPENDS="fuse-dev gnutls-dev libgnutls pkg-config"
17 compile_rules() {
18 sed -i "s/^package = .*/package = $SOURCE/" 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="fuse libgnutls"
30 PROVIDE="httpfs-fuse"
31 TAGS="filesystem"
32 }