diff options
Diffstat (limited to 'etox/etox_cvs.oe')
-rw-r--r-- | etox/etox_cvs.oe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/etox/etox_cvs.oe b/etox/etox_cvs.oe index e69de29bb2..d0f505e8b1 100644 --- a/etox/etox_cvs.oe +++ b/etox/etox_cvs.oe @@ -0,0 +1,16 @@ +DESCRIPTION = "Etox is a type setting and text layout library based on Evas. \ +Etox helps you when it comes to displaying, moving, resizing, layering, \ +clipping, aligning and coloring fonts in different styles, and more." +SECTION = "libs" +DEPENDS = "edb evas ecore" +PV = "${CVSDATE}" + +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/etox" +S = "${WORKDIR}/etox" + +inherit autotools pkgconfig binconfig + +do_stage () { + oe_libinstall -C src libetox ${STAGING_LIBDIR}/ + install -m 0644 ${S}/src/Etox.h ${STAGING_INCDIR}/ +} |