a63312b053ec44823a7b0ba48c4e6bfe3e0e3917
[external/liboil.git] / debian / control
1 Source: liboil
2 Section: devel
3 Priority: optional
4 Maintainer: Seungbae Shin <seungbae.shin@samsung.com>
5 Build-Depends: debhelper (>= 5),
6                autotools-dev,
7                gtk-doc-tools, execstack
8 Standards-Version: 3.7.3
9
10 Package: liboil0.3
11 Section: libs
12 Architecture: any
13 Depends: ${shlibs:Depends},
14          ${misc:Depends}
15 Description: Library of Optimized Inner Loops
16  Liboil is a collection of functions that often benefit from having
17  special implementations on various architectures or CPUs.  Each function
18  in liboil has several implementations which may perform faster or
19  slower on a given CPU.  Some implementations use alternate algorithms,
20  some use hand-crafted assembly, and some use special instructions that
21  are only available on certain CPUs, such as MMX, SSE, or Altivec.
22  The fastest implementation is automatically chosen at runtime.
23  .
24  This package contains the liboil shared libraries.  It is typically
25  installed automatically when an application or library requires it.
26
27 Package: liboil0.3-dev
28 Section: libdevel
29 Architecture: any
30 Depends: liboil0.3 (= ${binary:Version}),
31          ${shlibs:Depends},
32          ${misc:Depends}
33 Provides: liboil-dev
34 Suggests: liboil0.3-doc
35 Description: Library of Optimized Inner Loops (development headers)
36  Liboil is a collection of functions that often benefit from having
37  special implementations on various architectures or CPUs.  Each function
38  in liboil has several implementations which may perform faster or
39  slower on a given CPU.  Some implementations use alternate algorithms,
40  some use hand-crafted assembly, and some use special instructions that
41  are only available on certain CPUs, such as MMX, SSE, or Altivec.
42  The fastest implementation is automatically chosen at runtime.
43  .
44  This package contains the development headers and libraries, and should
45  be installed to compile software that uses liboil.
46
47 Package: liboil0.3-dbg
48 Section: debug
49 Architecture: any
50 Depends: ${shlibs:Depends}, ${misc:Depends}, liboil0.3 (= ${Source-Version})
51 Description: Library of Optimized Inner Loops (unstripped)
52