File: control

package info (click to toggle)
libirman 0.4.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 308 kB
  • ctags: 157
  • sloc: ansic: 1,408; makefile: 178; sh: 176
file content (27 lines) | stat: -rw-r--r-- 1,085 bytes parent folder | download
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
Source: libirman
Section: devel
Priority: optional
Maintainer: Manuel Estrada Sainz <ranty@debian.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.2

Package: libirman-dev
Architecture: any
Depends: libc6-dev
Description: library for accessing the IRMAN hardware.
 libirman is a library for accessing the IRMAN hardware from Linux and other
 Unix systems.
 .
 For general applications programming, the preferred interface for infra-red
 control is `lirc', as lirc supports multiple programs sharing the same
 infra-red receiver.  It does this by providing a socket based interface to
 which several programs can connect.
 .
 lirc uses libirman to interface with the Irman hardware, so in single use
 applications directly using libirman is simpler and uses less system
 resources.  Currently, lirc only works on Linux systems, so programs written
 using libirman directly are more portable.
 .
 NOTE: This debian package is mainly provided so that Irman support can be
 enabled in lirc package and there is no libirman0 because upstream doesn't
 build a shared library.