File: control

package info (click to toggle)
libirman 0.4.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 408 kB
  • ctags: 156
  • sloc: sh: 2,862; ansic: 1,406; makefile: 186
file content (30 lines) | stat: -rw-r--r-- 1,324 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
29
30
Source: libirman
Priority: optional
Maintainer: lirc Maintainer Team <pkg-lirc-maint@lists.alioth.debian.org>
Uploaders: Amaya Rodrigo Sastre <amaya@debian.org>, Hector Garcia <hector@debian.org>, Julien Danjou <acid@debian.org>, Aurelien Jarno <aurel32@debian.org>
Build-Depends: debhelper (>= 5), autotools-dev
Standards-Version: 3.7.2
Section: libs

Package: libirman-dev
Section: libdevel
Architecture: any
Depends: libc6-dev
Description: library for accessing the Irman Infra Red hardware
 libirman is a library that allows access to Irman Infra Red hardware from
 Linux and other Unix systems.
 .
 For general application 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 Infra Red 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.