From eb07af9e21677e9265a7b28d78a3b10a895c41c8 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 10 Aug 2005 16:40:18 +0000 Subject: add the enlightenment window manager + utilities large parts of these files are courtesy Justin Patrin who will be maintaining E in OE, thanks! --- packages/e17/e-iconbar_20050810.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/e17/e-iconbar_20050810.bb (limited to 'packages/e17/e-iconbar_20050810.bb') diff --git a/packages/e17/e-iconbar_20050810.bb b/packages/e17/e-iconbar_20050810.bb new file mode 100644 index 0000000000..0d3c14cc06 --- /dev/null +++ b/packages/e17/e-iconbar_20050810.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "An Iconbar for the Enlightenment Window Manager" +DEPENDS = "edb eet evas-x11 ecore-x11 edje esmart imlib2-x11" +LICENSE = "MIT" +SECTION = "e/apps" +MAINTAINER = "Justin Patrin " +CVSDATE = "${PV}" +PR = "r0" + +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/iconbar" +S = "${WORKDIR}/iconbar" + +inherit autotools + +EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" + +FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} /etc/* /usr/sbin/*" -- cgit v1.2.3