aboutsummaryrefslogtreecommitdiffstats
path: root/eet
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-07-30 13:23:36 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-07-30 13:23:36 +0000
commit2878afe1df65ca7dca59bb398e84542281923d9b (patch)
treeb11d3de178059100f2f62695fd9c59382384e17d /eet
parent400ef496a7e3b84e154d2b7a762da1aa39ac2fbd (diff)
downloadopenembedded-2878afe1df65ca7dca59bb398e84542281923d9b.tar.gz
kill off obsolete eet
BKrev: 410a4bd8q6k0flxNC_X1xXmmo3FGLg
Diffstat (limited to 'eet')
-rw-r--r--eet/eet-0.0.1/flags.patch0
-rw-r--r--eet/eet_0.0.1.oe22
2 files changed, 0 insertions, 22 deletions
diff --git a/eet/eet-0.0.1/flags.patch b/eet/eet-0.0.1/flags.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/eet/eet-0.0.1/flags.patch
+++ /dev/null
diff --git a/eet/eet_0.0.1.oe b/eet/eet_0.0.1.oe
deleted file mode 100644
index 5cbed67269..0000000000
--- a/eet/eet_0.0.1.oe
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "EET is a tiny library designed to write an \
-arbitary set of chunks of data to a file and optionally compress \
-each chunk (very much like a zip file) and allow fast \
-random-access reading of the file later on."
-SECTION = "libs"
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-DEPENDS = "zlib jpeg"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/enlightenment/eet-${PV}.tar.gz \
- file://flags.patch;patch=1"
-
-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
-}