wok annotate lftpfs/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents
children 2a5cc8208d36
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@14284 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14284 9 WEB_SITE="http://lftpfs.sourceforge.net/"
pascal@14284 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@14284 11
pascal@14284 12 DEPENDS="perl-fuse perl-ipc-run"
pascal@14284 13 BUILD_DEPENDS="perl-fuse perl-ipc-run"
pascal@14284 14
pascal@14284 15 # Rules to configure and make the package.
pascal@14284 16 compile_rules()
pascal@14284 17 {
pascal@14284 18 cd $src
pascal@14284 19 perl Makefile.PL &&
pascal@14284 20 make && make DESTDIR=$DESTDIR install
pascal@14284 21 }
pascal@14284 22
pascal@14284 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14284 24 genpkg_rules()
pascal@14284 25 {
pascal@14284 26 cp -a $install/usr $fs
pascal@14284 27 }