wok-next diff mountlo/receipt @ rev 21640

updated fbgrab (1.2 -> 1.3.3)
author Hans-G?nter Theisgen
date Fri Jun 26 15:42:40 2020 +0100 (2020-06-26)
parents 8e1b2a143eb3
children
line diff
     1.1 --- a/mountlo/receipt	Sat Sep 01 16:21:51 2018 +0300
     1.2 +++ b/mountlo/receipt	Fri Jun 26 15:42:40 2020 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="mountlo"
     1.5  VERSION="0.6"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="loopback filesystem mount implemented with FUSE"
     1.8 +SHORT_DESC="Loopback filesystem mount implemented with FUSE"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  WEB_SITE="https://github.com/libfuse"
    1.12 @@ -14,13 +14,13 @@
    1.13  
    1.14  compile_rules() {
    1.15  	[ -f $SRC/$PACKAGE-i386-$VERSION.tar.gz ] ||
    1.16 -		wget $SF_MIRROR/fuse/$PACKAGE/$VERSION/$PACKAGE-i386-$VERSION.tar.gz \
    1.17 +		wget $SF_MIRROR/fuse/$PACKAGE-i386-$VERSION.tar.gz \
    1.18  			-P $SRC
    1.19  	if [ ! -f mountlo-$VERSION/mountlo ]; then
    1.20  		tar xzf $SRC/$PACKAGE-i386-$VERSION.tar.gz
    1.21  	fi
    1.22  
    1.23 -	install -Dm 755 $src/mountlo-$VERSION/mountlo $install/usr/bin/mountlo
    1.24 +	install -Dm755 mountlo-$VERSION/mountlo $install/usr/bin/mountlo
    1.25  }
    1.26  
    1.27  genpkg_rules() {