Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] smbnetfs: new package 0.5.3a
@ 2013-12-02 23:09 Andrew Ruder
  2013-12-03  8:47 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Ruder @ 2013-12-02 23:09 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-03 13:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-02 23:09 [Buildroot] [PATCH] smbnetfs: new package 0.5.3a Andrew Ruder
2013-12-03  8:47 ` Thomas Petazzoni
2013-12-03 13:30   ` Andrew Ruder
2013-12-03 13:41     ` Thomas Petazzoni
2013-12-03 13:46       ` Thomas De Schampheleire

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox