From 98997b44ca0ad5461ab8e8a476140a2be1f3a8cf Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 27 May 2004 04:20:58 +0000 Subject: Add a cvs build of 'eet', another e17 core lib. BKrev: 40b56caa0FyfWd_y8RL03q3KTlp43g --- eet/eet/flags.patch | 0 eet/eet_0.0.1.oe | 6 ++++-- eet/eet_cvs.oe | 0 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 eet/eet/flags.patch create mode 100644 eet/eet_cvs.oe diff --git a/eet/eet/flags.patch b/eet/eet/flags.patch new file mode 100644 index 0000000000..e69de29bb2 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 " +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 -- cgit v1.2.3