summaryrefslogtreecommitdiff
path: root/eet/eet_0.0.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'eet/eet_0.0.1.oe')
-rw-r--r--eet/eet_0.0.1.oe12
1 files changed, 11 insertions, 1 deletions
diff --git a/eet/eet_0.0.1.oe b/eet/eet_0.0.1.oe
index effb8d4f0a..5cbed67269 100644
--- a/eet/eet_0.0.1.oe
+++ b/eet/eet_0.0.1.oe
@@ -9,4 +9,14 @@ DEPENDS = "zlib jpeg"
SRC_URI = "${SOURCEFORGE_MIRROR}/enlightenment/eet-${PV}.tar.gz \
file://flags.patch;patch=1"
-inherit autotools
+inherit autotools pkgconfig
+
+do_stage () {
+ oe_libinstall -C src/lib libeet ${STAGING_LIBDIR}/
+ install -m 0644 ${S}/src/lib/Eet.h ${STAGING_INCDIR}/
+ cat eet-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}/eet-config
+ chmod u+x ${STAGING_BINDIR}/eet-config
+}