summaryrefslogtreecommitdiff
path: root/packages/e17/engage_20050810.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/e17/engage_20050810.bb')
-rw-r--r--packages/e17/engage_20050810.bb13
1 files changed, 4 insertions, 9 deletions
diff --git a/packages/e17/engage_20050810.bb b/packages/e17/engage_20050810.bb
index b74d21f028..e8f9467239 100644
--- a/packages/e17/engage_20050810.bb
+++ b/packages/e17/engage_20050810.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "engage, e17 icon dock"
+DESCRIPTION = "Engage is the E17 icon dock"
DEPENDS = "esmart virtual/imlib2 edje virtual/ecore virtual/evas ewl e-wm"
LICENSE = "MIT"
SECTION = "e"
@@ -8,6 +8,8 @@ PR = "r0"
SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=misc/engage"
S = "${WORKDIR}/engage"
+inherit autotools pkgconfig binconfig
+
EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc"
do_prepsources () {
@@ -15,12 +17,5 @@ do_prepsources () {
}
addtask prepsources after do_fetch before do_unpack
-export EET_CONFIG = "${STAGING_BINDIR}/eet-config"
-export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config"
-export ECORE_CONFIG = "${STAGING_BINDIR}/ecore-config"
-export EMBRYO_CONFIG = "${STAGING_BINDIR}/embryo-config"
-export EDJE_CONFIG = "${STAGING_BINDIR}/edje-config"
+FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}"
-FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} /etc/* /usr/sbin/*"
-
-inherit autotools pkgconfig binconfig