wok-next annotate 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 |
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 } |