diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-10 16:40:18 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-10 16:40:18 +0000 |
commit | eb07af9e21677e9265a7b28d78a3b10a895c41c8 (patch) | |
tree | a2a36c1a76854c716c21089b65da1a23b9ac5c0d /packages/e17/entrance_20050810.bb | |
parent | 049c02152682c0bd92b31bab58561c407fdd4265 (diff) |
add the enlightenment window manager + utilities
large parts of these files are courtesy Justin Patrin who will be maintaining E in OE, thanks!
Diffstat (limited to 'packages/e17/entrance_20050810.bb')
-rw-r--r-- | packages/e17/entrance_20050810.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/e17/entrance_20050810.bb b/packages/e17/entrance_20050810.bb new file mode 100644 index 0000000000..6e0934274b --- /dev/null +++ b/packages/e17/entrance_20050810.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Entrace is the Enlightenment login manager for X11" +SECTION = "e/apps" +LICENSE = "MIT" +DEPENDS = "ecore-x11 edje-native embryo-native esmart" +HOMEPAGE = "http://www.enlightenment.org" +MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" +CVSDATE = "${PV}" + +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/entrance \ + file://longer-sleep.patch;patch=1" +S = "${WORKDIR}/entrance" + +inherit autotools + +# EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" + +PARALLEL_MAKE = "" + |