[Lunar-commits] <moonbase-other> eet: readding to moonbase
Dennis Veatch
dennisveatch at bellsouth.net
Wed Oct 29 14:50:41 CET 2014
commit 6543ac518de615cade5b13e4ab24afcd9f18d40e
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 29 Oct 2014 09:50:28 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/6543ac518de615cade5b13e4ab24afcd9f18d40e
eet: readding to moonbase
---
libs/eet/DEPENDS | +1/-0
libs/eet/DETAILS | +16/-0
2 files changed, 17 insertions(+)
--- /dev/null
+++ b/libs/eet/DEPENDS
@@ -0,0 +1 @@
+depends eina
--- /dev/null
+++ b/libs/eet/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=eet
+ VERSION=1.7.10
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://download.enlightenment.org/releases/
+ SOURCE_VFY=sha1:3ca915debfb9f563785424485b0f5c74d6caa0da
+ WEB_SITE=http://enlightenment.org/p.php?p=about/efl/eet
+ ENTERED=20141024
+ UPDATED=20141024
+ SHORT="data encoding, decoding and storage library"
+
+cat << EOF
+Eet is primarily a data encoding, decoding and storage library. It is meant to be very programmer
+friendly, removing lots of work from loading and saving data held in data structures. It can store
+multiple chunks of data in a single file and random-access retrieve the data very efficiently,
+encode and decode image data and any other kind of data.
+EOF
More information about the Lunar-commits
mailing list