From: Michael Lauer Date: Fri, 30 Jul 2004 13:23:36 +0000 (+0000) Subject: kill off obsolete eet X-Git-Tag: Release-2010-05/1~17966 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2878afe1df65ca7dca59bb398e84542281923d9b;p=openembedded.git kill off obsolete eet BKrev: 410a4bd8q6k0flxNC_X1xXmmo3FGLg --- 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 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 " -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 -}