wok annotate hubicfuse/receipt @ rev 22178

corrected font-manager again
author Hans-G?nter Theisgen
date Sat Nov 09 11:39:06 2019 +0100 (2019-11-09)
parents
children 9bdf05b1b49c
rev   line source
pascal@17500 1 # SliTaz package receipt.
pascal@17500 2
pascal@17500 3 PACKAGE="hubicfuse"
pascal@17500 4 VERSION="1.3.1"
pascal@17500 5 CATEGORY="network"
pascal@17500 6 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17500 7 LICENSE="MIT"
pascal@17500 8 SHORT_DESC="Support for mounting Hubic drive"
pascal@17500 9 WEB_SITE="https://github.com/TurboGit/hubicfuse"
pascal@17500 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17500 11 WGET_URL="https://github.com/TurboGit/hubicfuse/archive/v$VERSION.tar.gz"
pascal@17500 12
pascal@17500 13 DEPENDS="curl fuse libssl libjson-c"
pascal@17500 14 BUILD_DEPENDS="wget pkg-config curl-dev fuse-dev openssl-dev libxml2-dev \
pascal@17500 15 glib libjson-c-dev"
pascal@17500 16
pascal@17500 17 # Rules to configure and make the package.
pascal@17500 18 compile_rules()
pascal@17500 19 {
pascal@17500 20 ./configure -prefix=/usr $CONFIGURE_ARGS &&
pascal@17500 21 make &&
pascal@17500 22 make DESTDIR=$DESTDIR install
pascal@17500 23 }
pascal@17500 24
pascal@17500 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17500 26 genpkg_rules()
pascal@17500 27 {
pascal@17500 28 cp -a $install/* $fs/
pascal@17500 29 }