wok-next view lftpfs/receipt @ rev 20883

Check Repology info from h* to l* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 11 02:06:34 2018 +0300 (2018-07-11)
parents 2a5cc8208d36
children d5aab818505e
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 WEB_SITE="http://lftpfs.sourceforge.net/"
10 REPOLOGY="fusefs:lftpfs"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 DEPENDS="perl-fuse perl-ipc-run"
16 BUILD_DEPENDS="perl-fuse perl-ipc-run"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 perl Makefile.PL &&
23 make && make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }