wok-current view lftpfs/receipt @ rev 14960
Up: firefox (17.0.8esr)
| author | Dominique Corbex <domcox@slitaz.org> | 
|---|---|
| date | Thu Aug 08 22:19:37 2013 +0200 (2013-08-08) | 
| parents | |
| children | 2a5cc8208d36 | 
 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 TARBALL="$PACKAGE-$VERSION.tar.gz"
     9 WEB_SITE="http://lftpfs.sourceforge.net/"
    10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    12 DEPENDS="perl-fuse perl-ipc-run"
    13 BUILD_DEPENDS="perl-fuse perl-ipc-run"
    15 # Rules to configure and make the package.
    16 compile_rules()
    17 {
    18 	cd $src
    19 	perl Makefile.PL &&
    20 	make && make DESTDIR=$DESTDIR install
    21 }
    23 # Rules to gen a SliTaz package suitable for Tazpkg.
    24 genpkg_rules()
    25 {
    26 	cp -a $install/usr $fs
    27 }