From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] perl-net-ssleay: new package
Date: Tue, 24 Jun 2014 07:22:46 +0200 [thread overview]
Message-ID: <53A90B26.2080609@mind.be> (raw)
In-Reply-To: <1403547286-8858-2-git-send-email-francois.perrad@gadz.org>
On 23/06/14 20:14, Francois Perrad wrote:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Regards,
Arnout
> ---
> package/Config.in | 1 +
> package/perl-net-ssleay/Config.in | 7 +++++++
> package/perl-net-ssleay/perl-net-ssleay.mk | 14 ++++++++++++++
> 3 files changed, 22 insertions(+)
> create mode 100644 package/perl-net-ssleay/Config.in
> create mode 100644 package/perl-net-ssleay/perl-net-ssleay.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index 498630f..fb04014 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -424,6 +424,7 @@ endif
> if BR2_PACKAGE_PERL
> menu "Perl libraries/modules"
> source "package/perl-mojolicious/Config.in"
> + source "package/perl-net-ssleay/Config.in"
> endmenu
> endif
> source "package/php/Config.in"
> diff --git a/package/perl-net-ssleay/Config.in b/package/perl-net-ssleay/Config.in
> new file mode 100644
> index 0000000..bc219b0
> --- /dev/null
> +++ b/package/perl-net-ssleay/Config.in
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_PERL_NET_SSLEAY
> + bool "perl-net-ssleay"
> + select BR2_PACKAGE_OPENSSL
> + help
> + Perl extension for using OpenSSL
> +
> + https://metacpan.org/release/Net-SSLeay
> diff --git a/package/perl-net-ssleay/perl-net-ssleay.mk b/package/perl-net-ssleay/perl-net-ssleay.mk
> new file mode 100644
> index 0000000..413fdf0
> --- /dev/null
> +++ b/package/perl-net-ssleay/perl-net-ssleay.mk
> @@ -0,0 +1,14 @@
> +################################################################################
> +#
> +# perl-net-ssleay
> +#
> +################################################################################
> +
> +PERL_NET_SSLEAY_VERSION = 1.64
> +PERL_NET_SSLEAY_SOURCE = Net-SSLeay-$(PERL_NET_SSLEAY_VERSION).tar.gz
> +PERL_NET_SSLEAY_SITE = $(BR2_CPAN_MIRROR)/authors/id/M/MI/MIKEM/
> +PERL_NET_SSLEAY_DEPENDENCIES = perl openssl
> +PERL_NET_SSLEAY_LICENSE = OpenSSL
> +PERL_NET_SSLEAY_LICENSE_FILES = LICENSE
> +
> +$(eval $(perl-package))
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2014-06-24 5:22 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-23 18:14 [Buildroot] [PATCH 1/3] support/script/cpan: improve Makefile generation Francois Perrad
2014-06-23 18:14 ` [Buildroot] [PATCH 2/3] perl-net-ssleay: new package Francois Perrad
2014-06-24 5:22 ` Arnout Vandecappelle [this message]
2014-06-29 8:46 ` Thomas Petazzoni
2014-06-23 18:14 ` [Buildroot] [PATCH 3/3] perl-xml-libxml: " Francois Perrad
2014-06-24 5:29 ` Arnout Vandecappelle
2014-06-29 8:51 ` Thomas Petazzoni
2014-06-29 14:54 ` Thomas Petazzoni
2014-06-24 5:21 ` [Buildroot] [PATCH 1/3] support/script/cpan: improve Makefile generation Arnout Vandecappelle
2014-06-29 8:45 ` Thomas Petazzoni
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=53A90B26.2080609@mind.be \
--to=arnout@mind.be \
--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.