wok-next view hubicfuse/receipt @ rev 19693
Add: gcr, oniguruma; remove: nano-doc; up: apr, fribidi, jasper, libgphoto2, libmtp, libunique, libwebp, nano, pcre, apr, apr-util, aspell*, glib-networking, gnutls, gsettings-desktop-schemas, gtk+, gtk+3, gvfs*, libexif, libfm, libgnutls, libmng, libraw, libsoup, libtasn1, libusb, libwebp, lxmenu-data, menu-cache, mysql, newt, p11-kit, pcre, popt, postgresql, slang, which
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 21 14:48:05 2017 +0300 (2017-04-21) |
parents | |
children | e6615350078d |
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 }