No need of patches
[maemo-efl] / trunk / eet / debian_gregale / 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 Conflicts: libeet-dev
14 Description: Enlightenment file chunk reading/writing library development files
15  This package contains headers and static libraries for development with
16  libeet.
17
18 Package: libeet0
19 Section: libs
20 Architecture: any
21 Depends: ${shlibs:Depends}
22 Provides: libeet
23 Description: Enlightenment file chunk reading/writing library
24  Eet is a tiny library designed to write an arbitary set of chunks of data to a
25  file and optionally compress each chunk (very much like a zip file) and allow
26  fast random-access reading of the file later on. It does not do zip as zip
27  itself has more complexity than we need, and it was much simpler to implement
28  this once here.
29  .
30  It's small, fast, and does a job. It's heavily commented and fully documented.