eb3b32fb954de917c0f6706435fb1866e3ca5830
[vuplus_openembedded] / eet / eet_0.0.1.oe
1 DEPENDS = "virtual/libc zlib jpeg"
2 RDEPENDS = "libc6 zlib jpeg"
3 DESCRIPTION = "EET is a tiny library designed to write an \
4 arbitary set of chunks of data to a file and optionally compress \
5 each chunk (very much like a zip file) and allow fast \
6 random-access reading of the file later on."
7
8 SRC_URI = ${SOURCEFORGE_MIRROR}/enlightenment/eet-${PV}.tar.gz \
9           file://${FILESDIR}/flags.patch;patch=1
10
11 inherit autotools libtool