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