All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4/4] package/w_scan: new package
Date: Sun, 23 Jun 2013 22:40:55 +0200	[thread overview]
Message-ID: <a4416db33352923370280841140fb56daa85fd86.1372019882.git.yann.morin.1998@free.fr> (raw)
In-Reply-To: <cover.1372019882.git.yann.morin.1998@free.fr>

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/Config.in        |  1 +
 package/w_scan/Config.in |  9 +++++++++
 package/w_scan/w_scan.mk | 13 +++++++++++++
 3 files changed, 23 insertions(+)
 create mode 100644 package/w_scan/Config.in
 create mode 100644 package/w_scan/w_scan.mk

diff --git a/package/Config.in b/package/Config.in
index 0eb6a9c..74c7624 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -300,6 +300,7 @@ source "package/usb_modeswitch_data/Config.in"
 source "package/usbmount/Config.in"
 source "package/usbutils/Config.in"
 source "package/wipe/Config.in"
+source "package/w_scan/Config.in"
 endmenu
 
 menu "Interpreter languages and scripting"
diff --git a/package/w_scan/Config.in b/package/w_scan/Config.in
new file mode 100644
index 0000000..bc94fe7
--- /dev/null
+++ b/package/w_scan/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_W_SCAN
+	bool "w_scan"
+	help
+	  w_scan is a small command line utility used to perform frequency
+	  scans for DVB and ATSC transmissions. It is capable of creating
+	  channels.conf files (in different output formats !) as well as
+	  initial tuning data for scan.
+
+	  http://wirbel.htpc-forum.de/w_scan/index_en.html
diff --git a/package/w_scan/w_scan.mk b/package/w_scan/w_scan.mk
new file mode 100644
index 0000000..7660c18
--- /dev/null
+++ b/package/w_scan/w_scan.mk
@@ -0,0 +1,13 @@
+###############################################################################
+#
+# w_scan
+#
+###############################################################################
+
+W_SCAN_VERSION              = 20130331
+W_SCAN_SOURCE               = w_scan-$(W_SCAN_VERSION).tar.bz2
+W_SCAN_SITE                 = http://wirbel.htpc-forum.de/w_scan
+W_SCAN_LICENSE              = GPLv2+
+W_SCAN_LICENSE_FILES        = COPYING
+
+$(eval $(autotools-package))
-- 
1.8.1.2

  parent reply	other threads:[~2013-06-23 20:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-23 20:40 [Buildroot] [pull request] Pull request for branch yem-misc-updates Yann E. MORIN
2013-06-23 20:40 ` [Buildroot] [PATCH 1/4] package/rpi-firmware: version bump for HDMI and audio fixes Yann E. MORIN
2013-06-23 20:40 ` [Buildroot] [PATCH 2/4] configs: bump kernel in rpi_defconfig for misc fixes Yann E. MORIN
2013-06-23 20:40 ` [Buildroot] [PATCH 3/4] package/tvheadend: bump version for libav fixes Yann E. MORIN
2013-06-23 20:40 ` Yann E. MORIN [this message]
2013-06-27 16:56   ` [Buildroot] [PATCH 4/4] package/w_scan: new package Peter Korsgaard
2013-06-28 16:08     ` Yann E. MORIN

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=a4416db33352923370280841140fb56daa85fd86.1372019882.git.yann.morin.1998@free.fr \
    --to=yann.morin.1998@free.fr \
    --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.