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

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
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 }