Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Mack <daniel@caiaq.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Add fuse-sshfs package
Date: Tue, 24 Nov 2009 17:08:38 +0100	[thread overview]
Message-ID: <1259078918-15070-1-git-send-email-daniel@caiaq.de> (raw)
In-Reply-To: <87my2bdihl.fsf@macbook.be.48ers.dk>

Signed-off-by: Daniel Mack <daniel@caiaq.de>
---
 package/Config.in       |    1 +
 package/sshfs/Config.in |   10 ++++++++++
 package/sshfs/sshfs.mk  |   16 ++++++++++++++++
 3 files changed, 27 insertions(+), 0 deletions(-)
 create mode 100644 package/sshfs/Config.in
 create mode 100644 package/sshfs/sshfs.mk

diff --git a/package/Config.in b/package/Config.in
index 84492a8..47163d0 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -265,6 +265,7 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 source "package/sfdisk/Config.in"
 endif
 source "package/smartmontools/Config.in"
+source "package/sshfs/Config.in"
 source "package/sysstat/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 # mdev
diff --git a/package/sshfs/Config.in b/package/sshfs/Config.in
new file mode 100644
index 0000000..77d21e5
--- /dev/null
+++ b/package/sshfs/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_SSHFS
+	bool "sshfs (FUSE)"
+	depends on BR2_PACKAGE_LIBFUSE && BR2_PACKAGE_LIBGLIB2 && BR2_PACKAGE_OPENSSH
+	help
+	  FUSE makes it possible to implement a filesystem in a userspace
+	  program. Features include: simple yet comprehensive API, secure
+	  mounting by non-root users, support for 2.4 and 2.6 Linux
+	  kernels, multi-threaded operation. etc...
+
+	  http://fuse.sourceforge.net/sshfs.html
diff --git a/package/sshfs/sshfs.mk b/package/sshfs/sshfs.mk
new file mode 100644
index 0000000..b99f1a2
--- /dev/null
+++ b/package/sshfs/sshfs.mk
@@ -0,0 +1,16 @@
+#############################################################
+#
+# sshfs
+#
+#############################################################
+
+SSHFS_VERSION:=2.2
+SSHFS_SOURCE:=sshfs-fuse-$(SSHFS_VERSION).tar.gz
+SSHFS_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/fuse/$(SSHFS_VERSION)/sshfs-fuse
+SSHFS_AUTORECONF:=NO
+SSHFS_INSTALL_STAGING:=NO
+SSHFS_INSTALL_TARGET:=YES
+
+SSHFS_DEPENDENCIES = libglib2
+
+$(eval $(call AUTOTARGETS,package,sshfs))
-- 
1.6.5.2

  parent reply	other threads:[~2009-11-24 16:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-24 14:40 [Buildroot] [PATCH] Add fuse-sshfs package Daniel Mack
2009-11-24 15:44 ` Gustavo Zacarias
2009-11-24 15:56   ` Peter Korsgaard
2009-11-24 16:03     ` Daniel Mack
2009-11-24 16:23       ` Gustavo Zacarias
2009-11-24 16:08     ` Daniel Mack [this message]
2009-11-24 16:23       ` Peter Korsgaard
2009-11-24 16:29         ` Daniel Mack
2009-12-08  8:55           ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1259078918-15070-1-git-send-email-daniel@caiaq.de \
    --to=daniel@caiaq.de \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox