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