blob: d147d829b3be1ec05bc5a5c512bde38d326da195 (
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@handhelds.org>"
LICENSE_${PN} = "LGPL"
DEPENDS = "fakeroot-native fuse"
RRECOMMENDS_${PN} = "fuse-module"
SRC_URI="${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz"
inherit autotools pkgconfig
|