wok view lftpfs/receipt @ rev 20917

updated fdupes (1.40 -> 1.6.1)
author Hans-G?nter Theisgen
date Thu Feb 28 17:10:02 2019 +0100 (2019-02-28)
parents 68aa509474e0
children 65d7d867e0c1
line source
1 # SliTaz package receipt.
3 PACKAGE="lftpfs"
4 VERSION="0.4.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="filesystem with caching for smart mirror of sites based on FUSE and LFTP."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://lftpfs.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS="perl-fuse perl-ipc-run"
14 BUILD_DEPENDS="perl-fuse perl-ipc-run"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 perl Makefile.PL &&
21 make && make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }