]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/efl/eet_20060128.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / 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"