Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] New package: socketcand
@ 2012-03-22 15:00 yegorslists at googlemail.com
  2012-03-22 15:01 ` [Buildroot] [PATCH 2/2] udev: bump to 182 yegorslists at googlemail.com
  2012-03-22 22:54 ` [Buildroot] [PATCH 1/2] New package: socketcand Peter Korsgaard
  0 siblings, 2 replies; 11+ messages in thread
From: yegorslists at googlemail.com @ 2012-03-22 15:00 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/Config.in                |    1 +
 package/socketcand/Config.in     |    9 +++++++++
 package/socketcand/socketcand.mk |   12 ++++++++++++
 3 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 package/socketcand/Config.in
 create mode 100644 package/socketcand/socketcand.mk

diff --git a/package/Config.in b/package/Config.in
index 85583c6..b394f18 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -504,6 +504,7 @@ source "package/rsync/Config.in"
 source "package/samba/Config.in"
 source "package/ser2net/Config.in"
 source "package/socat/Config.in"
+source "package/socketcand/Config.in"
 source "package/spawn-fcgi/Config.in"
 source "package/squid/Config.in"
 source "package/stunnel/Config.in"
diff --git a/package/socketcand/Config.in b/package/socketcand/Config.in
new file mode 100644
index 0000000..ed973b7
--- /dev/null
+++ b/package/socketcand/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_SOCKETCAND
+	bool "socketcand"
+	select BR2_PACKAGE_LIBCONFIG
+	help
+	  Socketcand is a daemon that provides access to CAN interfaces
+	  on a machine via a network interface.
+
+	  https://github.com/dschanoeh/socketcand
+
diff --git a/package/socketcand/socketcand.mk b/package/socketcand/socketcand.mk
new file mode 100644
index 0000000..8677520
--- /dev/null
+++ b/package/socketcand/socketcand.mk
@@ -0,0 +1,12 @@
+#############################################################
+#
+# socketcand
+#
+#############################################################
+SOCKETCAND_VERSION = 7d06986fa4b5fd2c210ec4e248dab41107be1ccd
+SOCKETCAND_SITE = git://github.com/dschanoeh/socketcand.git
+SOCKETCAND_AUTORECONF = YES
+SOCKETCAND_DEPENDENCIES = libconfig
+
+$(eval $(call AUTOTARGETS))
+
-- 
1.7.7

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

end of thread, other threads:[~2012-03-27  9:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-22 15:00 [Buildroot] [PATCH 1/2] New package: socketcand yegorslists at googlemail.com
2012-03-22 15:01 ` [Buildroot] [PATCH 2/2] udev: bump to 182 yegorslists at googlemail.com
2012-03-22 23:21   ` Peter Korsgaard
2012-03-22 22:54 ` [Buildroot] [PATCH 1/2] New package: socketcand Peter Korsgaard
2012-03-23  8:55   ` Thomas Petazzoni
2012-03-23  9:06     ` Yegor Yefremov
2012-03-23  9:16       ` Thomas Petazzoni
2012-03-23  9:19         ` Yegor Yefremov
2012-03-27  9:39           ` Thomas Petazzoni
2012-03-27  9:45             ` Yegor Yefremov
2012-03-27  9:54               ` Thomas Petazzoni

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