blob: 70c502be8265cb1f1a058c976be98128ca6fd4c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
HOMEPAGE = "http://fuse.sourceforge.net/sshfs.html"
DESCRIPTION = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE."
MAINTAINER = "Koen Kooi <koen@linuxtogo.org>"
LICENSE_${PN} = "LGPL"
DEPENDS = "fakeroot-native fuse"
RRECOMMENDS_${PN} = "fuse-module"
SRC_URI="${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz"
inherit autotools pkgconfig
|