wok-next rev 21510
updated avfs (1.0.6 -> 1.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 19 09:01:08 2020 +0100 (2020-06-19) |
parents | b2736eb86f36 |
children | 662917c7348d |
files | avfs/receipt |
line diff
1.1 --- a/avfs/receipt Fri Jun 19 08:56:02 2020 +0100 1.2 +++ b/avfs/receipt Fri Jun 19 09:01:08 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