summaryrefslogtreecommitdiffstats
path: root/package/efl/libeet
diff options
context:
space:
mode:
authorWill Newton <will.newton@gmail.com>2012-01-26 17:42:29 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-01-26 23:06:01 +0100
commitcc06f041fcffecf9a62c64eeff40a00f522bcddf (patch)
treea6b35dff4825d1ef489aa90b274ccb3f63041916 /package/efl/libeet
parent66c1b5f4088382da8b607bed7809169fc1edad8f (diff)
downloadbuildroot-novena-cc06f041fcffecf9a62c64eeff40a00f522bcddf.tar.gz
buildroot-novena-cc06f041fcffecf9a62c64eeff40a00f522bcddf.zip
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>
Diffstat (limited to 'package/efl/libeet')
-rw-r--r--package/efl/libeet/Config.in11
-rw-r--r--package/efl/libeet/libeet.mk15
2 files changed, 26 insertions, 0 deletions
diff --git a/package/efl/libeet/Config.in b/package/efl/libeet/Config.in
new file mode 100644
index 000000000..48631a055
--- /dev/null
+++ b/package/efl/libeet/Config.in
@@ -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
diff --git a/package/efl/libeet/libeet.mk b/package/efl/libeet/libeet.mk
new file mode 100644
index 000000000..f9af219b7
--- /dev/null
+++ b/package/efl/libeet/libeet.mk
@@ -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))