From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] ZNC: new package
Date: Tue, 28 Jan 2014 19:52:59 +0100 [thread overview]
Message-ID: <20140128195259.73158fe4@skate> (raw)
In-Reply-To: <1388876370-3441-1-git-send-email-cedric.chepied@gmail.com>
Dear C?dric Ch?pied,
On Sat, 4 Jan 2014 23:59:30 +0100, C?dric Ch?pied wrote:
> ZNC is an IRC bouncer.
> It is available in menu "Networking applications"
> ---
> package/Config.in | 1 +
> package/znc/Config.in | 6 ++++++
> package/znc/znc.mk | 22 ++++++++++++++++++++++
> 3 files changed, 29 insertions(+)
> create mode 100644 package/znc/Config.in
> create mode 100644 package/znc/znc.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index 35de506..925a6bf 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -936,6 +936,7 @@ source "package/wpa_supplicant/Config.in"
> source "package/wvdial/Config.in"
> source "package/xinetd/Config.in"
> source "package/xl2tp/Config.in"
> +source "package/znc/Config.in"
>
> endmenu
>
> diff --git a/package/znc/Config.in b/package/znc/Config.in
> new file mode 100644
> index 0000000..ef5db26
> --- /dev/null
> +++ b/package/znc/Config.in
> @@ -0,0 +1,6 @@
> +config BR2_PACKAGE_ZNC
> + bool "znc"
> + select BR2_PACKAGE_OPENSSL
> + select BR2_PACKAGE_PERL
> + help
> + Advanced IRC bouncer
We generally want the URL of the project here in the help text. See
what we do for all other packages.
Looking at the configure.ac from ZNC, it seems like the OpenSSL and
Perl support is optional, and can be disabled using --disable-openssl
and --disable-perl. It would probably be a good idea to use these to
make these dependencies optional.
Also, your znc.mk should have ZNC_LICENSE and ZNC_LICENSE_FILES
defined. Look at the Buildroot manual for details about these.
Thanks for your contribution!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-01-28 18:52 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-04 22:59 [Buildroot] [PATCH] ZNC: new package Cédric Chépied
2014-01-05 10:07 ` Peter Korsgaard
2014-01-05 11:57 ` Cédric Chépied
2014-03-07 22:54 ` Thomas Petazzoni
2014-01-28 18:52 ` Thomas Petazzoni [this message]
2014-02-09 13:39 ` Cédric Chépied
-- strict thread matches above, loose matches on Subject: below --
2014-01-01 21:53 Cédric Chépied
2014-01-02 8:59 ` Thomas Petazzoni
[not found] ` <52c542ae.87ad0e0a.3820.6636@mx.google.com>
2014-01-02 12:17 ` Thomas Petazzoni
2014-01-02 9:06 ` Jeremy Rosen
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=20140128195259.73158fe4@skate \
--to=thomas.petazzoni@free-electrons.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox