wok-next view hubicfuse/receipt @ rev 20949

Fix homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 01 16:21:51 2018 +0300 (2018-09-01)
parents d43bf7aae921
children fc9ee6d3aa6f
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 libjson-c-dev"
16 compile_rules() {
17 ./configure -prefix=/usr $CONFIGURE_ARGS &&
18 make &&
19 make DESTDIR=$DESTDIR install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="curl fuse2 openssl libjson-c"
25 }