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:
parent
66c1b5f408
commit
cc06f041fc
@ -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
package/efl/libeet/Config.in
Normal file
11
package/efl/libeet/Config.in
Normal 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
|
15
package/efl/libeet/libeet.mk
Normal file
15
package/efl/libeet/libeet.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user