blob: abc408561a124664b589067ec3907b5467d5a84d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "With FUSE it is possible to implement a fully functional filesystem in a userspace program"
HOMEPAGE = "http://fuse.sf.net"
LICENSE = "GPL"
DEPENDS = "fakeroot-native"
RRECOMMENDS_fuse = "fuse-module kernel-module-fuse"
SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz"
inherit autotools pkgconfig
fakeroot do_install() {
oe_runmake install DESTDIR=${D}
}
|