Updated packages and dependencies info.
[maemo-efl] / trunk / eet / debian / control
1 Source: eet
2 Section: libs
3 Priority: optional
4 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
5 Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23-1.1), automake1.7 | automaken | libtool, zlib1g-dev, libjpeg62-dev
6 Standards-Version: 3.6.2.2
7
8 Package: libeet0-dev
9 Section: libdevel
10 Architecture: any
11 Depends: libeet0 (= ${Source-Version}), zlib1g-dev, libjpeg-dev
12 Provides: libeet-dev
13 Description: Enlightenment file chunk reading/writing library development files
14  This package contains headers and static libraries for development with
15  libeet.
16
17 Package: libeet0
18 Section: libs
19 Architecture: any
20 Depends: ${shlibs:Depends}
21 Provides: libeet
22 Description: Enlightenment file chunk reading/writing library
23  Eet is a tiny library designed to write an arbitary set of chunks of data to a
24  file and optionally compress each chunk (very much like a zip file) and allow
25  fast random-access reading of the file later on. It does not do zip as zip
26  itself has more complexity than we need, and it was much simpler to implement
27  this once here.
28  .
29  It's small, fast, and does a job. It's heavily commented and fully documented.