diff options
Diffstat (limited to 'eet/eet_0.0.1.oe')
-rw-r--r-- | eet/eet_0.0.1.oe | 6 |
1 files changed, 4 insertions, 2 deletions
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 |