wok-next view hubicfuse/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 fc9ee6d3aa6f
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="hubicfuse"
4 VERSION="1.3.1"
5 CATEGORY="network"
6 MAINTAINER="pascal.bellard@slitaz.org"
7 LICENSE="MIT"
8 SHORT_DESC="Support for mounting Hubic drive"
9 WEB_SITE="https://github.com/TurboGit/hubicfuse"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/TurboGit/hubicfuse/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="curl-dev fuse2-dev openssl-dev libxml2-dev glib json-c-dev"
16 compile_rules() {
17 ./configure \
18 -prefix=/usr \
19 $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="curl fuse2 openssl json-c"
27 }