From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 05/14] libeet: Add new package
Date: Thu, 26 Jan 2012 23:05:47 +0100 [thread overview]
Message-ID: <87liouce6c.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <CAFbHwiQuZ8aWRAFBF50d_3FF3Pz-ZSAADFiK0O2SY-2agQcySg@mail.gmail.com> (Will Newton's message of "Thu, 26 Jan 2012 17:42:29 +0000")
>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:
Will> Signed-off-by: Will Newton <will.newton@imgtec.com>
Will> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Will> ---
Will> package/efl/Config.in | 1 +
Will> package/efl/libeet/Config.in | 9 +++++++++
Will> package/efl/libeet/libeet.mk | 16 ++++++++++++++++
Will> 3 files changed, 26 insertions(+), 0 deletions(-)
Will> create mode 100644 package/efl/libeet/Config.in
Will> create mode 100644 package/efl/libeet/libeet.mk
Will> diff --git a/package/efl/Config.in b/package/efl/Config.in
Will> index cc677cb..8ca514d 100644
Will> --- a/package/efl/Config.in
Will> +++ b/package/efl/Config.in
Will> @@ -9,6 +9,7 @@ menuconfig BR2_PACKAGE_EFL
Will> if BR2_PACKAGE_EFL
Will> source "package/efl/libeina/Config.in"
Will> +source "package/efl/libeet/Config.in"
Will> endif # BR2_PACKAGE_EFL
Will> diff --git a/package/efl/libeet/Config.in b/package/efl/libeet/Config.in
Will> new file mode 100644
Will> index 0000000..fa1dd2a
Will> --- /dev/null
Will> +++ b/package/efl/libeet/Config.in
Will> @@ -0,0 +1,9 @@
Will> +config BR2_PACKAGE_LIBEET
Will> + bool "libeet"
Will> + select BR2_PACKAGE_ZLIB
Will> + select BR2_PACKAGE_JPEG
Will> + select BR2_PACKAGE_LIBEINA
Will> + help
Will> + Eet is a tiny library designed to write an arbitary set of
Will> + chunks of data to a file and optionally compress each chunk
Will> + (very much like a zip file).
Again missing upstream URL.
Will> diff --git a/package/efl/libeet/libeet.mk b/package/efl/libeet/libeet.mk
Will> new file mode 100644
Will> index 0000000..bcea73e
Will> --- /dev/null
Will> +++ b/package/efl/libeet/libeet.mk
Will> @@ -0,0 +1,16 @@
Will> +#############################################################
Will> +#
Will> +# libeet
Will> +#
Will> +#############################################################
Will> +
Will> +LIBEET_VERSION = 1.5.0
Will> +LIBEET_SOURCE = eet-$(LIBEET_VERSION).tar.bz2
Will> +LIBEET_SITE = http://download.enlightenment.org/releases/
Will> +LIBEET_INSTALL_STAGING = YES
Will> +LIBEET_INSTALL_TARGET = YES
INSTALL_TARGET defaults to YES, so that can be removed. I've fixed up
those 2 minor issues and committed, thanks.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2012-01-26 22:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-26 17:42 [Buildroot] [PATCH 05/14] libeet: Add new package Will Newton
2012-01-26 22:05 ` Peter Korsgaard [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-01-23 16:35 Will Newton
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=87liouce6c.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--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