wok-next diff zsync/receipt @ rev 21457

updated sshfs-fuse (3.3.1 -> 3.7.0)
author Hans-G?nter Theisgen
date Thu May 07 14:36:33 2020 +0100 (2020-05-07)
parents 191b99ca9dc2
children
line diff
     1.1 --- a/zsync/receipt	Wed Oct 02 10:41:05 2013 +0000
     1.2 +++ b/zsync/receipt	Thu May 07 14:36:33 2020 +0100
     1.3 @@ -1,31 +1,27 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="zsync"
     1.8  VERSION="0.6.2"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="Incremental file transfert from a web server."
    1.11 +SHORT_DESC="Incremental file transfert from a web server"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="Artistic"
    1.14 +WEB_SITE="http://zsync.moria.org.uk/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="http://zsync.moria.org.uk/"
    1.18  WGET_URL="${WEB_SITE}download/$TARBALL"
    1.19 -TAGS="sync"
    1.20  
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 -	cd $src
    1.25 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.26 -	--mandir=/usr/share/man \
    1.27 -	$CONFIGURE_ARGS &&
    1.28 +compile_rules() {
    1.29 +	./configure \
    1.30 +		--prefix=/usr \
    1.31 +		--infodir=/usr/share/info \
    1.32 +		--mandir=/usr/share/man \
    1.33 +		$CONFIGURE_ARGS &&
    1.34  	make &&
    1.35 -	make DESTDIR=$DESTDIR install
    1.36 +	make DESTDIR=$install install
    1.37  }
    1.38  
    1.39 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.40 -genpkg_rules()
    1.41 -{
    1.42 -	mkdir -p $fs/usr
    1.43 -	cp -a $install/usr/bin $fs/usr
    1.44 +genpkg_rules() {
    1.45 +	copy @std
    1.46 +	TAGS="sync"
    1.47  }
    1.48 -