diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-23 11:11:15 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-23 11:11:15 +0000 |
commit | 9f9419b37cfc0f3568d918e924dc3dae9688f2e4 (patch) | |
tree | 33c5b91c412480a719e9a6af71d30bd8ad9437f9 /eet | |
parent | e3ef36ad6e2826c9ffe9631c4c82a68689715659 (diff) |
fix ewl compilage and fix a couple of SECTIONs belonging to E stuff
BKrev: 417a3c53Jtq69I9EORUfSte_c4uZdw
Diffstat (limited to 'eet')
-rw-r--r-- | eet/eet_cvs.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eet/eet_cvs.oe b/eet/eet_cvs.oe index 35ce5b7994..d56b5f6782 100644 --- a/eet/eet_cvs.oe +++ b/eet/eet_cvs.oe @@ -2,11 +2,11 @@ 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" +SECTION = "e/libs" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" DEPENDS = "zlib jpeg" PV = "${CVSDATE}" -PR = "r1" +PR = "r2" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/eet \ file://flags.patch;patch=1" |