Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 08/14] libembryo: 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/libembryo/Config.in    |    7 +++++++
 package/efl/libembryo/libembryo.mk |   16 ++++++++++++++++
 3 files changed, 24 insertions(+), 0 deletions(-)
 create mode 100644 package/efl/libembryo/Config.in
 create mode 100644 package/efl/libembryo/libembryo.mk

diff --git a/package/efl/Config.in b/package/efl/Config.in
index 3007783..0e27dab 100644
--- a/package/efl/Config.in
+++ b/package/efl/Config.in
@@ -12,6 +12,7 @@ source "package/efl/libeina/Config.in"
 source "package/efl/libecore/Config.in"
 source "package/efl/libeet/Config.in"
 source "package/efl/libevas/Config.in"
+source "package/efl/libembryo/Config.in"

 endif # BR2_PACKAGE_EFL

diff --git a/package/efl/libembryo/Config.in b/package/efl/libembryo/Config.in
new file mode 100644
index 0000000..aae3eed
--- /dev/null
+++ b/package/efl/libembryo/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LIBEMBRYO
+	bool "libembryo"
+	select BR2_PACKAGE_LIBEINA
+	help
+	  Embryo is primarily a shared library that gives you an API
+	  to load and control interpreted programs compiled into an
+	  abstract machine bytecode that it understands.
diff --git a/package/efl/libembryo/libembryo.mk
b/package/efl/libembryo/libembryo.mk
new file mode 100644
index 0000000..ab9bdf5
--- /dev/null
+++ b/package/efl/libembryo/libembryo.mk
@@ -0,0 +1,16 @@
+#############################################################
+#
+# libembryo
+#
+#############################################################
+
+LIBEMBRYO_VERSION = 1.1.0
+LIBEMBRYO_SOURCE = embryo-$(LIBEMBRYO_VERSION).tar.bz2
+LIBEMBRYO_SITE = http://download.enlightenment.org/releases/
+LIBEMBRYO_INSTALL_STAGING = YES
+LIBEMBRYO_INSTALL_TARGET = YES
+
+LIBEMBRYO_DEPENDENCIES = host-pkg-config 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 08/14] libembryo: Add new package
@ 2012-01-26 17:42 Will Newton
  2012-01-29 19:06 ` 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/libembryo/Config.in    |    7 +++++++
 package/efl/libembryo/libembryo.mk |   16 ++++++++++++++++
 3 files changed, 24 insertions(+), 0 deletions(-)
 create mode 100644 package/efl/libembryo/Config.in
 create mode 100644 package/efl/libembryo/libembryo.mk

diff --git a/package/efl/Config.in b/package/efl/Config.in
index 3007783..0e27dab 100644
--- a/package/efl/Config.in
+++ b/package/efl/Config.in
@@ -12,6 +12,7 @@ source "package/efl/libeina/Config.in"
 source "package/efl/libecore/Config.in"
 source "package/efl/libeet/Config.in"
 source "package/efl/libevas/Config.in"
+source "package/efl/libembryo/Config.in"

 endif # BR2_PACKAGE_EFL

diff --git a/package/efl/libembryo/Config.in b/package/efl/libembryo/Config.in
new file mode 100644
index 0000000..aae3eed
--- /dev/null
+++ b/package/efl/libembryo/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LIBEMBRYO
+	bool "libembryo"
+	select BR2_PACKAGE_LIBEINA
+	help
+	  Embryo is primarily a shared library that gives you an API
+	  to load and control interpreted programs compiled into an
+	  abstract machine bytecode that it understands.
diff --git a/package/efl/libembryo/libembryo.mk
b/package/efl/libembryo/libembryo.mk
new file mode 100644
index 0000000..ab9bdf5
--- /dev/null
+++ b/package/efl/libembryo/libembryo.mk
@@ -0,0 +1,16 @@
+#############################################################
+#
+# libembryo
+#
+#############################################################
+
+LIBEMBRYO_VERSION = 1.1.0
+LIBEMBRYO_SOURCE = embryo-$(LIBEMBRYO_VERSION).tar.bz2
+LIBEMBRYO_SITE = http://download.enlightenment.org/releases/
+LIBEMBRYO_INSTALL_STAGING = YES
+LIBEMBRYO_INSTALL_TARGET = YES
+
+LIBEMBRYO_DEPENDENCIES = host-pkg-config 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 08/14] libembryo: Add new package
  2012-01-26 17:42 [Buildroot] [PATCH 08/14] libembryo: Add new package Will Newton
@ 2012-01-29 19:06 ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-01-29 19:06 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>

Committed with minor tweaks, thanks.

 Will> ---
 Will>  package/efl/Config.in              |    1 +
 Will>  package/efl/libembryo/Config.in    |    7 +++++++
 Will>  package/efl/libembryo/libembryo.mk |   16 ++++++++++++++++
 Will>  3 files changed, 24 insertions(+), 0 deletions(-)
 Will>  create mode 100644 package/efl/libembryo/Config.in
 Will>  create mode 100644 package/efl/libembryo/libembryo.mk

 Will> diff --git a/package/efl/Config.in b/package/efl/Config.in
 Will> index 3007783..0e27dab 100644
 Will> --- a/package/efl/Config.in
 Will> +++ b/package/efl/Config.in
 Will> @@ -12,6 +12,7 @@ source "package/efl/libeina/Config.in"
 Will>  source "package/efl/libecore/Config.in"
 Will>  source "package/efl/libeet/Config.in"
 Will>  source "package/efl/libevas/Config.in"
 Will> +source "package/efl/libembryo/Config.in"

 Will>  endif # BR2_PACKAGE_EFL

 Will> diff --git a/package/efl/libembryo/Config.in b/package/efl/libembryo/Config.in
 Will> new file mode 100644
 Will> index 0000000..aae3eed
 Will> --- /dev/null
 Will> +++ b/package/efl/libembryo/Config.in
 Will> @@ -0,0 +1,7 @@
 Will> +config BR2_PACKAGE_LIBEMBRYO
 Will> +	bool "libembryo"
 Will> +	select BR2_PACKAGE_LIBEINA
 Will> +	help
 Will> +	  Embryo is primarily a shared library that gives you an API
 Will> +	  to load and control interpreted programs compiled into an
 Will> +	  abstract machine bytecode that it understands.

Forgot upstream URL.

 Will> diff --git a/package/efl/libembryo/libembryo.mk
 Will> b/package/efl/libembryo/libembryo.mk
 Will> new file mode 100644
 Will> index 0000000..ab9bdf5
 Will> --- /dev/null
 Will> +++ b/package/efl/libembryo/libembryo.mk
 Will> @@ -0,0 +1,16 @@
 Will> +#############################################################
 Will> +#
 Will> +# libembryo
 Will> +#
 Will> +#############################################################
 Will> +
 Will> +LIBEMBRYO_VERSION = 1.1.0
 Will> +LIBEMBRYO_SOURCE = embryo-$(LIBEMBRYO_VERSION).tar.bz2
 Will> +LIBEMBRYO_SITE = http://download.enlightenment.org/releases/
 Will> +LIBEMBRYO_INSTALL_STAGING = YES
 Will> +LIBEMBRYO_INSTALL_TARGET = YES

_INSTALL_TARGET defaults to YES.

 Will> +
 Will> +LIBEMBRYO_DEPENDENCIES = host-pkg-config libeina
 Will> +
 Will> +$(eval $(call AUTOTARGETS))
 Will> +$(eval $(call AUTOTARGETS,host))
 Will> -- 
 Will> 1.7.1

 Will> _______________________________________________
 Will> buildroot mailing list
 Will> buildroot at busybox.net
 Will> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2012-01-29 19:06 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 08/14] libembryo: Add new package Will Newton
2012-01-29 19:06 ` 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