aboutsummaryrefslogtreecommitdiffstats
path: root/embryo
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-27 18:47:25 +0000
committerChris Larson <clarson@kergoth.com>2004-05-27 18:47:25 +0000
commit91a8fcbf2f3e9d4fd972e06719871066705d92ac (patch)
tree42430cbedf0565d51a423a88b03f0c78adccd7f0 /embryo
parent2f42d96097b3e05c9f38d8426d1a1e77169312aa (diff)
downloadopenembedded-91a8fcbf2f3e9d4fd972e06719871066705d92ac.tar.gz
Merge openembedded@openembedded.bkbits.net:packages
into hyperion.(none):/home/kergoth/code/projects/packages 2004/05/27 13:01:54-05:00 (none)!kergoth Add staging task to embryo. BKrev: 40b637bdpXD5a-h_a7bYs9QghkDH9g
Diffstat (limited to 'embryo')
-rw-r--r--embryo/embryo_cvs.oe18
1 files changed, 18 insertions, 0 deletions
diff --git a/embryo/embryo_cvs.oe b/embryo/embryo_cvs.oe
index e69de29bb2..30306c8137 100644
--- a/embryo/embryo_cvs.oe
+++ b/embryo/embryo_cvs.oe
@@ -0,0 +1,18 @@
+SECTION = "libs"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+PV = "${CVSDATE}"
+
+SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/embryo;date=${CVSDATE}"
+S = "${WORKDIR}/embryo"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ oe_libinstall -C src/lib libembryo ${STAGING_LIBDIR}/
+ install -m 0644 ${S}/src/lib/Embryo.h ${STAGING_INCDIR}/
+ cat embryo-config | sed -e 's,/usr/include,${STAGING_INCDIR},g; \
+ s,/usr/lib,${STAGING_LIBDIR},g; \
+ s,/usr/bin,${STAGING_BINDIR},g; \
+ s,/usr,${STAGING_LIBDIR}/..,g;' > ${STAGING_BINDIR}/embryo-config
+ chmod u+x ${STAGING_BINDIR}/embryo-config
+}