wok view hubicfuse/receipt @ rev 17517

lxqt-appswitcher: force build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 15 12:00:50 2015 +0100 (2015-01-15)
parents
children 9bdf05b1b49c
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 libssl libjson-c"
14 BUILD_DEPENDS="wget pkg-config curl-dev fuse-dev openssl-dev libxml2-dev \
15 glib libjson-c-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure -prefix=/usr $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs/
29 }