summaryrefslogtreecommitdiff
path: root/packages/e17/e-iconbar_20050810.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-10 16:40:18 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-10 16:40:18 +0000
commiteb07af9e21677e9265a7b28d78a3b10a895c41c8 (patch)
treea2a36c1a76854c716c21089b65da1a23b9ac5c0d /packages/e17/e-iconbar_20050810.bb
parent049c02152682c0bd92b31bab58561c407fdd4265 (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/e-iconbar_20050810.bb')
-rw-r--r--packages/e17/e-iconbar_20050810.bb16
1 files changed, 16 insertions, 0 deletions
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 <papercrane@reversefold.com>"
+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/*"