wok-next annotate lftpfs/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents df20b2110f7e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@14284 2
pascal@14284 3 PACKAGE="lftpfs"
pascal@14284 4 VERSION="0.4.3"
pascal@14284 5 CATEGORY="system-tools"
al@21020 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 BUILD_DEPENDS="perl-fuse perl-ipc-run"
pascal@14284 16
al@21020 17 compile_rules() {
pascal@14284 18 perl Makefile.PL &&
al@21020 19 make &&
al@21020 20 make DESTDIR=$install install
pascal@14284 21 }
pascal@14284 22
al@21020 23 genpkg_rules() {
al@21020 24 copy @std
al@21020 25 DEPENDS="perl-fuse perl-ipc-run"
pascal@14284 26 }