wok-next annotate lftpfs/receipt @ rev 20996

Move fonts-liberation*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 16:01:47 2018 +0300 (2018-10-04)
parents 2a5cc8208d36
children d5aab818505e
rev   line source
pascal@14284 1 # SliTaz package receipt.
pascal@14284 2
pascal@14284 3 PACKAGE="lftpfs"
pascal@14284 4 VERSION="0.4.3"
pascal@14284 5 CATEGORY="system-tools"
pascal@14284 6 SHORT_DESC="filesystem with caching for smart mirror of sites based on FUSE and LFTP."
pascal@14284 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15379 8 LICENSE="GPL2"
al@20883 9 WEB_SITE="http://lftpfs.sourceforge.net/"
al@20883 10 REPOLOGY="fusefs:lftpfs"
al@20883 11
pascal@14284 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14284 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@14284 14
pascal@14284 15 DEPENDS="perl-fuse perl-ipc-run"
pascal@14284 16 BUILD_DEPENDS="perl-fuse perl-ipc-run"
pascal@14284 17
pascal@14284 18 # Rules to configure and make the package.
pascal@14284 19 compile_rules()
pascal@14284 20 {
pascal@14284 21 cd $src
pascal@14284 22 perl Makefile.PL &&
pascal@14284 23 make && make DESTDIR=$DESTDIR install
pascal@14284 24 }
pascal@14284 25
pascal@14284 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14284 27 genpkg_rules()
pascal@14284 28 {
pascal@14284 29 cp -a $install/usr $fs
pascal@14284 30 }