summaryrefslogtreecommitdiff
path: root/ecore/debian/control
blob: 7c4c3aad33e6072c9ea2bfc944b1af4cd642a11f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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}
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-test
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Test programs for libecore0
 Programs for testing Ecore and demonstrating what it can do.