efl/legacy/ecore/debian/control

42 lines
1.4 KiB
Plaintext

Source: ecore
Section: libs
Priority: optional
Maintainer: Sytse Wielinga <s.b.wielinga@student.utwente.nl>
Build-Depends: debhelper (>> 4.0.0), libedb1-dev, libeet0-dev, libevas0-dev, libssl-dev, libfreetype6-dev, libdirectfb-dev, automake1.7 | automaken, libtool
Standards-Version: 3.6.1.0
Package: libecore0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Provides: libecore
Description: Core abstraction layer for enlightenment DR 0.17
This is the core event abstraction layer and X abstraction layer that makes
doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
handlers fast, optimized, and convenient. It's a separate library so anyone
can make use of the work put into Ecore to make this job easy for
applications.
Package: libecore0-dev
Architecture: any
Section: devel
Architecture: any
Depends: libecore0 (= ${Source-Version}), libc6-dev | libc-dev, xlibs-dev
Provides: libecore-dev
Conflicts: libecore-dev, libecore0-dev
Description: libecore0 headers, static libraries and documentation
Headers, static libraries and documentation for the Ecore library.
Package: ecore0-bin
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Provides: ecore-bin
Conflicts: ecore-test
Description: Tools that support libecore.
The package includes:
- ecore_config: allows creation/editing of ecore_config databases
- ecore_evas_test: test evas support.
- ecore_test: test ecore features.