Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 05/14] libeet: Add new package
@ 2012-01-23 16:35 Will Newton
  0 siblings, 0 replies; 3+ messages in thread
From: Will Newton @ 2012-01-23 16:35 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Will Newton <will.newton@imgtec.com>
Reviewed-by: Arnout Vandecappelle <arnout@mind.be>
---
 package/efl/Config.in        |    1 +
 package/efl/libeet/Config.in |    9 +++++++++
 package/efl/libeet/libeet.mk |   16 ++++++++++++++++
 3 files changed, 26 insertions(+), 0 deletions(-)
 create mode 100644 package/efl/libeet/Config.in
 create mode 100644 package/efl/libeet/libeet.mk

diff --git a/package/efl/Config.in b/package/efl/Config.in
index cc677cb..8ca514d 100644
--- a/package/efl/Config.in
+++ b/package/efl/Config.in
@@ -9,6 +9,7 @@ menuconfig BR2_PACKAGE_EFL
 if BR2_PACKAGE_EFL

 source "package/efl/libeina/Config.in"
+source "package/efl/libeet/Config.in"

 endif # BR2_PACKAGE_EFL

diff --git a/package/efl/libeet/Config.in b/package/efl/libeet/Config.in
new file mode 100644
index 0000000..fa1dd2a
--- /dev/null
+++ b/package/efl/libeet/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_LIBEET
+	bool "libeet"
+	select BR2_PACKAGE_ZLIB
+	select BR2_PACKAGE_JPEG
+	select BR2_PACKAGE_LIBEINA
+	help
+	  Eet is a tiny library designed to write an arbitary set of
+	  chunks of data to a file and optionally compress each chunk
+	  (very much like a zip file).
diff --git a/package/efl/libeet/libeet.mk b/package/efl/libeet/libeet.mk
new file mode 100644
index 0000000..bcea73e
--- /dev/null
+++ b/package/efl/libeet/libeet.mk
@@ -0,0 +1,16 @@
+#############################################################
+#
+# libeet
+#
+#############################################################
+
+LIBEET_VERSION = 1.5.0
+LIBEET_SOURCE = eet-$(LIBEET_VERSION).tar.bz2
+LIBEET_SITE = http://download.enlightenment.org/releases/
+LIBEET_INSTALL_STAGING = YES
+LIBEET_INSTALL_TARGET = YES
+
+LIBEET_DEPENDENCIES = host-pkg-config zlib jpeg libeina
+
+$(eval $(call AUTOTARGETS))
+$(eval $(call AUTOTARGETS,host))
-- 
1.7.1
-------------- next part --------------

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 05/14] libeet: Add new package
@ 2012-01-26 17:42 Will Newton
  2012-01-26 22:05 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Will Newton @ 2012-01-26 17:42 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Will Newton <will.newton@imgtec.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 package/efl/Config.in        |    1 +
 package/efl/libeet/Config.in |    9 +++++++++
 package/efl/libeet/libeet.mk |   16 ++++++++++++++++
 3 files changed, 26 insertions(+), 0 deletions(-)
 create mode 100644 package/efl/libeet/Config.in
 create mode 100644 package/efl/libeet/libeet.mk

diff --git a/package/efl/Config.in b/package/efl/Config.in
index cc677cb..8ca514d 100644
--- a/package/efl/Config.in
+++ b/package/efl/Config.in
@@ -9,6 +9,7 @@ menuconfig BR2_PACKAGE_EFL
 if BR2_PACKAGE_EFL

 source "package/efl/libeina/Config.in"
+source "package/efl/libeet/Config.in"

 endif # BR2_PACKAGE_EFL

diff --git a/package/efl/libeet/Config.in b/package/efl/libeet/Config.in
new file mode 100644
index 0000000..fa1dd2a
--- /dev/null
+++ b/package/efl/libeet/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_LIBEET
+	bool "libeet"
+	select BR2_PACKAGE_ZLIB
+	select BR2_PACKAGE_JPEG
+	select BR2_PACKAGE_LIBEINA
+	help
+	  Eet is a tiny library designed to write an arbitary set of
+	  chunks of data to a file and optionally compress each chunk
+	  (very much like a zip file).
diff --git a/package/efl/libeet/libeet.mk b/package/efl/libeet/libeet.mk
new file mode 100644
index 0000000..bcea73e
--- /dev/null
+++ b/package/efl/libeet/libeet.mk
@@ -0,0 +1,16 @@
+#############################################################
+#
+# libeet
+#
+#############################################################
+
+LIBEET_VERSION = 1.5.0
+LIBEET_SOURCE = eet-$(LIBEET_VERSION).tar.bz2
+LIBEET_SITE = http://download.enlightenment.org/releases/
+LIBEET_INSTALL_STAGING = YES
+LIBEET_INSTALL_TARGET = YES
+
+LIBEET_DEPENDENCIES = host-pkg-config zlib jpeg libeina
+
+$(eval $(call AUTOTARGETS))
+$(eval $(call AUTOTARGETS,host))
-- 
1.7.1
-------------- next part --------------

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 05/14] libeet: Add new package
  2012-01-26 17:42 [Buildroot] [PATCH 05/14] libeet: Add new package Will Newton
@ 2012-01-26 22:05 ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-01-26 22:05 UTC (permalink / raw)
  To: buildroot

>>>>> "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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-26 22:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-26 17:42 [Buildroot] [PATCH 05/14] libeet: Add new package Will Newton
2012-01-26 22:05 ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2012-01-23 16:35 Will Newton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox