Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Dominik Fässler" <faessler@was.ch>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] logsurfer: new package
Date: Tue, 15 May 2012 09:36:22 +0200	[thread overview]
Message-ID: <1337067382-19212-1-git-send-email-faessler@was.ch> (raw)

---
 package/Config.in              |    1 +
 package/logsurfer/Config.in    |    7 +++++++
 package/logsurfer/logsurfer.mk |   15 +++++++++++++++
 3 files changed, 23 insertions(+), 0 deletions(-)
 create mode 100644 package/logsurfer/Config.in
 create mode 100644 package/logsurfer/logsurfer.mk

diff --git a/package/Config.in b/package/Config.in
index 4e3c414..091f8d6 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -613,6 +613,7 @@ source "package/file/Config.in"
 source "package/inotify-tools/Config.in"
 source "package/lockfile-progs/Config.in"
 source "package/logrotate/Config.in"
+source "package/logsurfer/Config.in"
 source "package/screen/Config.in"
 source "package/sudo/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
diff --git a/package/logsurfer/Config.in b/package/logsurfer/Config.in
new file mode 100644
index 0000000..27d1881
--- /dev/null
+++ b/package/logsurfer/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LOGSURFER
+	bool "logsurfer"
+	help
+	  Logsurfer is a program for monitoring system logs in real-time,
+	  and reporting on the occurrence of events.
+
+	  http://www.crypt.gen.nz/logsurfer/
diff --git a/package/logsurfer/logsurfer.mk b/package/logsurfer/logsurfer.mk
new file mode 100644
index 0000000..31405ff
--- /dev/null
+++ b/package/logsurfer/logsurfer.mk
@@ -0,0 +1,15 @@
+#############################################################
+#
+# logsurfer
+#
+#############################################################
+
+LOGSURFER_VERSION = 1.8
+LOGSURFER_SOURCE = logsurfer-$(LOGSURFER_VERSION).tar.gz
+LOGSURFER_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/logsurfer/logsurfer/logsurfer-${LOGSURFER_VERSION}
+
+define LOGSURFER_INSTALL_TARGET_CMDS
+	$(INSTALL) -D -m 0755 $(@D)/src/logsurfer $(TARGET_DIR)/bin
+endef
+
+$(eval $(call AUTOTARGETS,package,logsurfer))
-- 
1.7.2.5

             reply	other threads:[~2012-05-15  7:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-15  7:36 Dominik Fässler [this message]
2012-05-15 21:23 ` [Buildroot] [PATCH] logsurfer: new package Arnout Vandecappelle
2012-05-19 18:53 ` 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=1337067382-19212-1-git-send-email-faessler@was.ch \
    --to=faessler@was.ch \
    --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