libeet: Add new package

[Peter: add URL, drop _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>
This commit is contained in:
Will Newton 2012-01-26 17:42:29 +00:00 committed by Peter Korsgaard
parent 66c1b5f408
commit cc06f041fc
3 changed files with 27 additions and 0 deletions

View File

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

View File

@ -0,0 +1,11 @@
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).
http://trac.enlightenment.org/e/wiki/Eet

View File

@ -0,0 +1,15 @@
#############################################################
#
# 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_DEPENDENCIES = host-pkg-config zlib jpeg libeina
$(eval $(call AUTOTARGETS))
$(eval $(call AUTOTARGETS,host))