wok-next diff posixovl/receipt @ rev 20588

e4rat: fix packing
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 15:12:31 2018 +0300 (2018-04-14)
parents f463de72afe3
children d5aab818505e
line diff
     1.1 --- a/posixovl/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/posixovl/receipt	Sat Apr 14 15:12:31 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="posixovl"
     1.8  VERSION="1.2"
     1.9 @@ -7,17 +7,13 @@
    1.10  MAINTAINER="pascal.bellard@slitaz.org"
    1.11  LICENSE="GPL2"
    1.12  WEB_SITE="https://sourceforge.net/projects/posixovl/"
    1.13 -TAGS="filesystem"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.16  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17  
    1.18 -DEPENDS="fuse"
    1.19 -BUILD_DEPENDS="autoconf automake fuse-dev attr-dev"
    1.20 +BUILD_DEPENDS="autoconf automake fuse2-dev attr-dev"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 +compile_rules() {
    1.26  	mv $PACKAGE $src 2>/dev/null
    1.27  	cd $src
    1.28  	grep -q 'else if (!S_ISREG' posixovl.c ||
    1.29 @@ -28,8 +24,8 @@
    1.30  	./configure $CONFIGURE_ARGS && make && make install
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 +genpkg_rules() {
    1.37  	copy sbin/
    1.38 +	DEPENDS="fuse2"
    1.39 +	TAGS="filesystem"
    1.40  }