Commit cc06f041 authored by Will Newton's avatar Will Newton Committed by Peter Korsgaard
Browse files

libeet: Add new package



[Peter: add URL, drop _INSTALL_TARGET]
Signed-off-by: default avatarWill Newton <will.newton@imgtec.com>
Reviewed-by: default avatarArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 66c1b5f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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

+11 −0
Original line number Diff line number Diff line
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
+15 −0
Original line number Diff line number Diff line
#############################################################
#
# 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))