diff options
-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 |