wok-next diff avfs/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line diff
     1.1 --- a/avfs/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/avfs/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="avfs"
     1.7 -VERSION="1.0.6"
     1.8 +VERSION="1.1.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="A Virtual File System for looking into archives"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,19 +11,21 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WGET_URL="$SF_MIRROR/avf/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="gfortran fuse2-dev xz-dev"
    1.17 +BUILD_DEPENDS="fuse2-dev gfortran xz-dev"
    1.18  SPLIT="$PACKAGE-dev"
    1.19  
    1.20 -compile_rules() {
    1.21 -	./configure \
    1.22 -		--enable-fuse \
    1.23 +compile_rules()
    1.24 +{
    1.25 +	./configure		\
    1.26 +		--enable-fuse	\
    1.27  		$CONFIGURE_ARGS &&
    1.28  	fix libtool &&
    1.29  	make &&
    1.30  	make install
    1.31  }
    1.32  
    1.33 -genpkg_rules() {
    1.34 +genpkg_rules()
    1.35 +{
    1.36  	case $PACKAGE in
    1.37  		avfs)
    1.38  			copy @std