summaryrefslogtreecommitdiff
path: root/packages/fuse/fuse.inc
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-12-22 09:44:03 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-12-22 09:44:03 +0000
commit16c89f95689e9ead5f0438bbb5c0d601a7fdff74 (patch)
tree943fcd074f542c81a7e11e159abbe731ab290e23 /packages/fuse/fuse.inc
parentf0ac326b0c83fad9315d406e12b5f2e992674913 (diff)
parentc0c21a6d23cf70c053dbf39f85402e2d4ba21677 (diff)
merge of '5ea326f3b26f2123d331eace3ce101ac2983534e'
and 'fd22e946abe117169eb2505f30a12a2aa70f1a71'
Diffstat (limited to 'packages/fuse/fuse.inc')
-rw-r--r--packages/fuse/fuse.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/fuse/fuse.inc b/packages/fuse/fuse.inc
new file mode 100644
index 0000000000..abc408561a
--- /dev/null
+++ b/packages/fuse/fuse.inc
@@ -0,0 +1,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}
+}