summaryrefslogtreecommitdiff
path: root/packages/efl/eet_20060101.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-21 00:22:57 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-21 00:22:57 +0000
commit3fc4e7483657130b7c4fbc596bcfe0572d60b877 (patch)
treea3e35d41611dbfa41b58c05a90b938132c8d0a7a /packages/efl/eet_20060101.bb
parent0c751c19a7e2899fb7e5ef19a05fda53b91fb899 (diff)
parent72a69325e8f9989ad0efc7b42f232e2f7baa6e6b (diff)
merge of 8ae00e8423679ec41790b01db397b47b07473927
and 90cfec2b058d549c4919f09e6d58e09c7dabca84
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"