diff options
author | Will Newton <will.newton@gmail.com> | 2012-01-26 17:42:39 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-29 20:04:59 +0100 |
commit | 20c79086f11c7e87e304350041732376d1e01781 (patch) | |
tree | 7436b9fd7deaf041069fcbfa4f25c756e26eaf81 /package/efl/libembryo/libembryo.mk | |
parent | dc662b1a6c7a8ec0cde8b4b623d7c07fb3f65f80 (diff) | |
download | buildroot-novena-20c79086f11c7e87e304350041732376d1e01781.tar.gz buildroot-novena-20c79086f11c7e87e304350041732376d1e01781.zip |
libembryo: Add new package
[Peter: add upstream URL, remove redundant _INSTALL_TARGET]
Signed-off-by: Will Newton <will.newton@imgtec.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/efl/libembryo/libembryo.mk')
-rw-r--r-- | package/efl/libembryo/libembryo.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/efl/libembryo/libembryo.mk b/package/efl/libembryo/libembryo.mk new file mode 100644 index 000000000..0054ff41c --- /dev/null +++ b/package/efl/libembryo/libembryo.mk @@ -0,0 +1,15 @@ +############################################################# +# +# 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_DEPENDENCIES = host-pkg-config libeina + +$(eval $(call AUTOTARGETS)) +$(eval $(call AUTOTARGETS,host)) |