wok-next diff hubicfuse/receipt @ rev 20912

Remove ruby-enterprise
https://old.blog.phusion.nl/2012/02/21/ruby-enterprise-edition-1-8-7-2012-02-released-end-of-life-imminent/
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 20 08:19:43 2018 +0300 (2018-08-20)
parents d43bf7aae921
children fc9ee6d3aa6f
line diff
     1.1 --- a/hubicfuse/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/hubicfuse/receipt	Mon Aug 20 08:19:43 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="hubicfuse"
     1.8  VERSION="1.3.1"
     1.9 @@ -7,22 +7,19 @@
    1.10  LICENSE="MIT"
    1.11  SHORT_DESC="Support for mounting Hubic drive"
    1.12  WEB_SITE="https://github.com/TurboGit/hubicfuse"
    1.13 +
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="https://github.com/TurboGit/hubicfuse/archive/v$VERSION.tar.gz"
    1.16  
    1.17 -DEPENDS="curl fuse openssl libjson-c"
    1.18 -BUILD_DEPENDS="curl-dev fuse-dev openssl-dev libxml2-dev glib libjson-c-dev"
    1.19 +BUILD_DEPENDS="curl-dev fuse2-dev openssl-dev libxml2-dev glib libjson-c-dev"
    1.20  
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 +compile_rules() {
    1.25  	./configure -prefix=/usr $CONFIGURE_ARGS &&
    1.26  	make &&
    1.27  	make DESTDIR=$DESTDIR install
    1.28  }
    1.29 -	
    1.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 -genpkg_rules()
    1.32 -{
    1.33 -	cp -a $install/* $fs/
    1.34 +
    1.35 +genpkg_rules() {
    1.36 +	copy @std
    1.37 +	DEPENDS="curl fuse2 openssl libjson-c"
    1.38  }