summaryrefslogtreecommitdiff
path: root/packages/efl/eet_20060101.bb
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-01-19 16:35:29 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-19 16:35:29 +0000
commitea99bc2a74329de257bd3471bd13f47b36ed861f (patch)
tree66bff692b31df218528174ce16e1b6b9e35ffd90 /packages/efl/eet_20060101.bb
parent03e2c13cfe59893605eab3e84dd0a8ec9407b914 (diff)
parent2dc9ee48f37e5ccbf2b7220911c270baa7bcd170 (diff)
merge of 8fe9e84203f325715a995ee73f2ced825d331544
and 954aa96066fbf8f17149a585094fa9a4d3d94246
Diffstat (limited to 'packages/efl/eet_20060101.bb')
-rw-r--r--packages/efl/eet_20060101.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/efl/eet_20060101.bb b/packages/efl/eet_20060101.bb
new file mode 100644
index 0000000000..70dde944fa
--- /dev/null
+++ b/packages/efl/eet_20060101.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "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) and allow fast \
+random-access reading of the file later on."
+DEPENDS = "zlib jpeg"
+LICENSE = "BSD"
+PR = "r1"
+
+inherit efl
+
+SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/eet;date=${PV}"
+S = "${WORKDIR}/eet"