efl/efreet: add old README.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 4 Jan 2013 20:14:05 +0000 (20:14 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 4 Jan 2013 20:14:05 +0000 (20:14 +0000)
SVN revision: 82238

old/README.efreet [new file with mode: 0644]

diff --git a/old/README.efreet b/old/README.efreet
new file mode 100644 (file)
index 0000000..bda1aed
--- /dev/null
@@ -0,0 +1,38 @@
+Efreet 1.7.99
+
+******************************************************************************
+
+ FOR ANY ISSUES PLEASE EMAIL:
+ enlightenment-devel@lists.sourceforge.net
+  
+******************************************************************************
+  
+Requirements:
+-------------
+
+Must:
+  libc
+  eina (at least 1.1.0)
+  ecore (at least 1.1.0)
+  ecore-file (at least 1.1.0)
+  eet (at least 1.5.0)
+
+An implementation of several specifications from freedesktop.org intended for
+use in Enlightenment DR17 (e17) and other applications using the Enlightenment
+Foundation Libraries (EFL). Currently, the following specifications are
+included:
+  * Base Directory
+  * Desktop Entry
+  * Icon Theme
+  * Menu
+  * Trash
+  * Mime
+
+------------------------------------------------------------------------------
+COMPILING AND INSTALLING:
+
+  ./configure
+  make
+(as root unless you are installing in your users directories):
+  make install
+