wok-current annotate sshfs-fuse/receipt @ rev 19626
Up libssh2 (1.8.0), sshfs-fuse (2.8)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 12 09:42:44 2017 +0100 (2017-01-12) |
parents | 442615e1f82c |
children | 22244c3bcd35 |
rev | line source |
---|---|
pascal@914 | 1 # SliTaz package receipt. |
pascal@914 | 2 |
pascal@914 | 3 PACKAGE="sshfs-fuse" |
pascal@19626 | 4 VERSION="2.8" |
pascal@914 | 5 CATEGORY="system-tools" |
pascal@914 | 6 SHORT_DESC="SSH Filesystem implemented with FUSE." |
pascal@914 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
pascal@19626 | 9 TARBALL="sshfs_$VERSION.tar.gz" |
pascal@19626 | 10 WEB_SITE="https://github.com/libfuse/sshfs" |
pascal@19626 | 11 WGET_URL="https://github.com/libfuse/sshfs/archive/$TARBALL" |
pankso@16381 | 12 HOST_ARCH="i486 arm" |
pascal@17131 | 13 PROVIDE="rsshfs sshfs" |
pascal@17141 | 14 TAGS="ssh" |
pascal@914 | 15 |
pascal@18321 | 16 DEPENDS="fuse openssh sftp-server glib" |
pankso@16381 | 17 BUILD_DEPENDS="fuse-dev gettext glib-dev pkg-config" |
pascal@15000 | 18 |
pascal@914 | 19 # Rules to configure and make the package. |
pascal@914 | 20 compile_rules() |
pascal@914 | 21 { |
pascal@914 | 22 ./configure --prefix=/usr \ |
pascal@1514 | 23 --mandir=/usr/share/man $CONFIGURE_ARGS && |
pascal@1514 | 24 make && |
pascal@15000 | 25 make DESTDIR=$DESTDIR install |
pascal@914 | 26 } |
pascal@914 | 27 |
pascal@914 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@914 | 29 genpkg_rules() |
pascal@914 | 30 { |
pascal@19626 | 31 mkdir -p $fs/usr $install/usr/share/doc |
pascal@15000 | 32 cp -a $install/usr/bin $fs/usr |
pascal@16756 | 33 cp -a $stuff/rsshfs $fs/usr/bin |
pascal@19626 | 34 cp $src/FAQ* $install/usr/share/doc |
pascal@914 | 35 } |