diff options
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)) |