diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-25 12:25:01 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-25 12:25:01 +0000 |
commit | 670da5cbb62167373df4dced945276b65522daf8 (patch) | |
tree | 5bafcee17ba66ed124f1f61d527215609de62397 /embryo | |
parent | 7490eff9507da73c32f7da1902ff48b1d595304f (diff) |
improve embry and etox packaging
BKrev: 412c851ddk7G_z_c8CwLHYPt6QSBBQ
Diffstat (limited to 'embryo')
-rw-r--r-- | embryo/embryo_cvs.oe | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/embryo/embryo_cvs.oe b/embryo/embryo_cvs.oe index e5d66faee2..c974824d3d 100644 --- a/embryo/embryo_cvs.oe +++ b/embryo/embryo_cvs.oe @@ -6,6 +6,7 @@ basic programming structures such as in Edje EDCs." SECTION = "libs" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" PV = "${CVSDATE}" +PR = "r1" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/embryo" S = "${WORKDIR}/embryo" @@ -16,3 +17,10 @@ do_stage () { oe_libinstall -C src/lib libembryo ${STAGING_LIBDIR}/ install -m 0644 ${S}/src/lib/Embryo.h ${STAGING_INCDIR}/ } + +PACKAGES += "embryo-examples" + +FILES_${PN} = "${libdir}/libembryo*.so*" +FILES_${PN}-dev += "${bindir} ${libdir}/pkgconfig" +FILES_${PN}-examples = "${datadir}" + |