diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-27 04:20:58 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-27 04:20:58 +0000 |
commit | 98997b44ca0ad5461ab8e8a476140a2be1f3a8cf (patch) | |
tree | 5f40824d20674fd22643beefa35db962830e5ddc /eet | |
parent | 00a0ec8d0727df449edcbf50a9058cd143affaf7 (diff) |
Add a cvs build of 'eet', another e17 core lib.
BKrev: 40b56caa0FyfWd_y8RL03q3KTlp43g
Diffstat (limited to 'eet')
-rw-r--r-- | eet/eet/flags.patch | 0 | ||||
-rw-r--r-- | eet/eet_0.0.1.oe | 6 | ||||
-rw-r--r-- | eet/eet_cvs.oe | 0 |
3 files changed, 4 insertions, 2 deletions
diff --git a/eet/eet/flags.patch b/eet/eet/flags.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/eet/eet/flags.patch diff --git a/eet/eet_0.0.1.oe b/eet/eet_0.0.1.oe index d6cc09a769..effb8d4f0a 100644 --- a/eet/eet_0.0.1.oe +++ b/eet/eet_0.0.1.oe @@ -1,10 +1,12 @@ -DEPENDS = "virtual/libc zlib jpeg" 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." +SECTION = "libs" +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" +DEPENDS = "zlib jpeg" SRC_URI = "${SOURCEFORGE_MIRROR}/enlightenment/eet-${PV}.tar.gz \ file://flags.patch;patch=1" -inherit autotools +inherit autotools diff --git a/eet/eet_cvs.oe b/eet/eet_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/eet/eet_cvs.oe |