diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-22 15:06:02 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-22 15:06:02 +0000 |
commit | 3644175579198b0f69e5c09ef7ca50932af391c9 (patch) | |
tree | f55e9151c25f53e70f70be60be623e672a352ab6 /ecore | |
parent | a02e8235b9d2fa388500af9bc911c689ba4d6535 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/08/22 16:04:05+02:00 uni-frankfurt.de!mickey
improve edb, eet, evas, ecore packaging
BKrev: 4128b65ak8SeIA_paPNMuhEGVjwWYA
Diffstat (limited to 'ecore')
-rw-r--r-- | ecore/ecore_cvs.oe | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ecore/ecore_cvs.oe b/ecore/ecore_cvs.oe index dd17e302d0..fd943acb9d 100644 --- a/ecore/ecore_cvs.oe +++ b/ecore/ecore_cvs.oe @@ -4,9 +4,10 @@ timeouts and idle handlers fast, optimized, and convenient." HOMEPAGE = "http://www.enlightenment.org" SECTION = "libs" PRIORITY = "optional" +LEAD_SONAME = "libecore.so" PV = "${CVSDATE}" DEPENDS = "edb eet evas freetype edb-native" -PR = "r1" +PR = "r2" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/ecore" S = "${WORKDIR}/ecore" @@ -43,3 +44,9 @@ do_stage () { install -m 0644 ${S}/src/lib/ecore/Ecore_Data.h ${STAGING_INCDIR}/ install -m 0644 ${S}/ecore.m4 ${STAGING_DATADIR}/aclocal/ } + +PACKAGES += "ecore-examples" + +FILES_${PN} = "${libdir}/libecore*.so* ${libdir}/ecore_config_ipc_ecore.so" +FILES_${PN}-dev += "${bindir}/ecore-config ${libdir}/pkgconfig" +FILES_${PN}-examples = "${bindir}/ecore_test ${bindir}/ecore_evas_test ${datadir}" |