aboutsummaryrefslogtreecommitdiffstats
path: root/etox
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-08-25 12:25:01 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-08-25 12:25:01 +0000
commit670da5cbb62167373df4dced945276b65522daf8 (patch)
tree5bafcee17ba66ed124f1f61d527215609de62397 /etox
parent7490eff9507da73c32f7da1902ff48b1d595304f (diff)
downloadopenembedded-670da5cbb62167373df4dced945276b65522daf8.tar.gz
improve embry and etox packaging
BKrev: 412c851ddk7G_z_c8CwLHYPt6QSBBQ
Diffstat (limited to 'etox')
-rw-r--r--etox/etox_cvs.oe11
1 files changed, 11 insertions, 0 deletions
diff --git a/etox/etox_cvs.oe b/etox/etox_cvs.oe
index d0f505e8b1..34d3c70df7 100644
--- a/etox/etox_cvs.oe
+++ b/etox/etox_cvs.oe
@@ -4,13 +4,24 @@ clipping, aligning and coloring fonts in different styles, and more."
SECTION = "libs"
DEPENDS = "edb evas ecore"
PV = "${CVSDATE}"
+PR = "r1"
SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/etox"
S = "${WORKDIR}/etox"
inherit autotools pkgconfig binconfig
+export EDB_CONFIG = "${STAGING_BINDIR}/edb-config"
+export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config"
+export ECORE_CONFIG = "${STAGING_BINDIR}/ecore-config"
+
do_stage () {
oe_libinstall -C src libetox ${STAGING_LIBDIR}/
install -m 0644 ${S}/src/Etox.h ${STAGING_INCDIR}/
}
+
+PACKAGES += "etox-examples"
+
+FILES_${PN} = "${libdir}/libetox*.so*"
+FILES_${PN}-dev += "${bindir}/etox-config ${libdir}/pkgconfig"
+FILES_${PN}-examples = "${bindir}/etox* ${datadir}"