summaryrefslogtreecommitdiffstats
path: root/e-17/efl/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/efl/DETAILS')
-rwxr-xr-xe-17/efl/DETAILS17
1 files changed, 17 insertions, 0 deletions
diff --git a/e-17/efl/DETAILS b/e-17/efl/DETAILS
new file mode 100755
index 0000000000..153b7c8fa6
--- /dev/null
+++ b/e-17/efl/DETAILS
@@ -0,0 +1,17 @@
+. "$GRIMOIRE/FUNCTIONS"
+ SPELL=efl
+ VERSION=$(get_scm_version)
+ SOURCE=$SPELL-git.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
+ SOURCE_URL[0]=git://git.enlightenment.org/core/efl.git:$SPELL-git
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+ WEB_SITE=http://www.enlightenment.org/
+ ENTERED=20121115
+ LICENSE[0]=BSD
+ SHORT="collection of libraries"
+cat << EOF
+EFL is a collection of libraries for handling many common tasks a
+developer man have such as data structures, communication, rendering,
+widgets and more.
+EOF