File: control

package info (click to toggle)
libirman 0.4.3-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 312 kB
  • ctags: 159
  • sloc: ansic: 1,411; makefile: 197; sh: 176
file content (28 lines) | stat: -rw-r--r-- 1,217 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
28
Source: libirman
Section: libdevel
Priority: optional
Maintainer: Amaya Rodrigo Sastre <amaya@debian.org>
Build-Depends: debhelper (>= 4.2.20)
Standards-Version: 3.6.1.0
Uploaders: Manuel Estrada Sainz <ranty@debian.org>, Riku Voipio <riku.voipio@iki.fi>, Pierre Machard <pmachard@debian.org>

Package: libirman-dev
Architecture: any
Depends: libc6-dev
Description: library for accessing the IRMAN hardware
 libirman is a library that allows access to 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.