# HG changeset patch # User Pascal Bellard # Date 1365256384 -7200 # Node ID 68aa509474e02ccef0df02e834708dcdb3bca6c9 # Parent 21c1edd6d6f898a91dce0f0b94fc46e657444c85 Add lftpfs diff -r 21c1edd6d6f8 -r 68aa509474e0 lftpfs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lftpfs/receipt Sat Apr 06 15:53:04 2013 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="lftpfs" +VERSION="0.4.3" +CATEGORY="system-tools" +SHORT_DESC="filesystem with caching for smart mirror of sites based on FUSE and LFTP." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://lftpfs.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + +DEPENDS="perl-fuse perl-ipc-run" +BUILD_DEPENDS="perl-fuse perl-ipc-run" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +}