wok-next view hubicfuse/receipt @ rev 20513

A lot of tiny edits; remove wget and pkg-build from $BUILD_DEPENDS and from *-dev packages $DEPENDS.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 15:58:17 2018 +0200 (2018-03-21)
parents e6615350078d
children 474eb4a6385a
line source
1 # SliTaz package receipt.
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"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/TurboGit/hubicfuse/archive/v$VERSION.tar.gz"
13 DEPENDS="curl fuse openssl libjson-c"
14 BUILD_DEPENDS="curl-dev fuse-dev openssl-dev libxml2-dev glib libjson-c-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure -prefix=/usr $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs/
28 }