70dde944fac4c116e7fcfe45a4605607a9b96961
[vuplus_openembedded] / packages / efl / eet_20060128.bb
1 DESCRIPTION = "EET is a tiny library designed to write an \
2 arbitary set of chunks of data to a file and optionally compress \
3 each chunk (very much like a zip file) and allow fast \
4 random-access reading of the file later on."
5 DEPENDS = "zlib jpeg"
6 LICENSE = "BSD"
7 PR = "r1"
8
9 inherit efl
10
11 SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/eet;date=${PV}"
12 S = "${WORKDIR}/eet"