All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Ruder <andrew.ruder@elecsyscorp.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] smbnetfs: new package 0.5.3a
Date: Mon, 2 Dec 2013 17:09:03 -0600	[thread overview]
Message-ID: <20131202230903.GA3906@gmail.com> (raw)

Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
---
 package/Config.in                                   |  1 +
 package/smbnetfs/Config.in                          | 16 ++++++++++++++++
 package/smbnetfs/smbnetfs-compile-with-uclibc.patch | 14 ++++++++++++++
 package/smbnetfs/smbnetfs.mk                        | 11 +++++++++++
 4 files changed, 42 insertions(+)
 create mode 100644 package/smbnetfs/Config.in
 create mode 100644 package/smbnetfs/smbnetfs-compile-with-uclibc.patch
 create mode 100644 package/smbnetfs/smbnetfs.mk

diff --git a/package/Config.in b/package/Config.in
index 6fb063d..4854383 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -148,6 +148,7 @@ source "package/makedevs/Config.in"
 source "package/mtd/Config.in"
 source "package/nfs-utils/Config.in"
 source "package/ntfs-3g/Config.in"
+source "package/smbnetfs/Config.in"
 source "package/squashfs/Config.in"
 source "package/squashfs3/Config.in"
 source "package/sshfs/Config.in"
diff --git a/package/smbnetfs/Config.in b/package/smbnetfs/Config.in
new file mode 100644
index 0000000..fdc8167
--- /dev/null
+++ b/package/smbnetfs/Config.in
@@ -0,0 +1,16 @@
+config BR2_PACKAGE_SMBNETFS
+	bool "smbnetfs"
+	depends on BR2_PACKAGE_SAMBA
+	select BR2_PACKAGE_SAMBA_LIBSMBCLIENT
+	select BR2_PACKAGE_LIBFUSE
+	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
+	help
+        A user-space filesystem that contains an entire
+        SMB/NMB network under a single mount point.
+        Workgroups, servers, and shares can be browsed much
+        like the Network Neighborhood in Microsoft Window.
+
+        http://smbnetfs.sourceforge.net/
+
+comment "smbnetfs needs samba"
+	depends on !BR2_PACKAGE_SAMBA
diff --git a/package/smbnetfs/smbnetfs-compile-with-uclibc.patch b/package/smbnetfs/smbnetfs-compile-with-uclibc.patch
new file mode 100644
index 0000000..e5e9065
--- /dev/null
+++ b/package/smbnetfs/smbnetfs-compile-with-uclibc.patch
@@ -0,0 +1,14 @@
+Index: smbnetfs-0.5.3a/src/common.c
+===================================================================
+--- smbnetfs-0.5.3a.orig/src/common.c	2013-11-15 11:22:27.520088835 -0600
++++ smbnetfs-0.5.3a/src/common.c	2013-11-15 11:22:37.384088834 -0600
+@@ -4,7 +4,9 @@
+ #include <stdarg.h>
+ #include <string.h>
+ #include <pthread.h>
++#ifdef HAVE_BACKTRACE
+ #include <execinfo.h>
++#endif
+ 
+ #include "common.h"
+ 
diff --git a/package/smbnetfs/smbnetfs.mk b/package/smbnetfs/smbnetfs.mk
new file mode 100644
index 0000000..1e01bd8
--- /dev/null
+++ b/package/smbnetfs/smbnetfs.mk
@@ -0,0 +1,11 @@
+################################################################################
+#
+# smbnetfs
+#
+################################################################################
+
+SMBNETFS_VERSION = 0.5.3a
+SMBNETFS_SOURCE = smbnetfs-$(SMBNETFS_VERSION).tar.bz2
+SMBNETFS_SITE = http://downloads.sourceforge.net/smbnetfs
+
+$(eval $(autotools-package))
-- 
1.8.4.rc3

             reply	other threads:[~2013-12-02 23:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-02 23:09 Andrew Ruder [this message]
2013-12-03  8:47 ` [Buildroot] [PATCH] smbnetfs: new package 0.5.3a Thomas Petazzoni
2013-12-03 13:30   ` Andrew Ruder
2013-12-03 13:41     ` Thomas Petazzoni
2013-12-03 13:46       ` Thomas De Schampheleire

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=20131202230903.GA3906@gmail.com \
    --to=andrew.ruder@elecsyscorp.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.