wok-next diff lftpfs/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents df20b2110f7e
children
line diff
     1.1 --- a/lftpfs/receipt	Wed Jul 11 02:06:34 2018 +0300
     1.2 +++ b/lftpfs/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -1,9 +1,9 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="lftpfs"
     1.8  VERSION="0.4.3"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="filesystem with caching for smart mirror of sites based on FUSE and LFTP."
    1.11 +SHORT_DESC="Filesystem with caching for smart mirror of sites based on FUSE and LFTP"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://lftpfs.sourceforge.net/"
    1.15 @@ -12,19 +12,15 @@
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19 -DEPENDS="perl-fuse perl-ipc-run"
    1.20  BUILD_DEPENDS="perl-fuse perl-ipc-run"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	cd $src
    1.26 +compile_rules() {
    1.27  	perl Makefile.PL &&
    1.28 -	make && make DESTDIR=$DESTDIR install
    1.29 +	make &&
    1.30 +	make DESTDIR=$install install
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 -	cp -a $install/usr $fs
    1.37 +genpkg_rules() {
    1.38 +	copy @std
    1.39 +	DEPENDS="perl-fuse perl-ipc-run"
    1.40  }