blob: 48631a055eada2ddd36ad9c1197cb8e36f94fbdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_LIBEET
bool "libeet"
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_JPEG
select BR2_PACKAGE_LIBEINA
help
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).
http://trac.enlightenment.org/e/wiki/Eet
|