/usr/share/doc/libacpi-dev/README is in libacpi-dev 0.2-4.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | README for libacpi - a general purpose ACPI library
===================================================
Introduction:
=============
libacpi is a general purpose shared library for programs gathering
ACPI data like battery status, thermal zones, fans and ac status.
Downloading:
============
You can download the latest version of libacpi from the following website:
http://www.ngolde.de/libacpi.html
Alternatively you can check out the latest version from the libacpi
mercurial repository using:
hg clone http://hg.modprobe.de/libacpi/
Dependencies:
=============
None apart from libc development files and a C compiler.
Installation:
=============
Compiling and installing libacpi is as simple as:
$ make
As root:
$ make install
You may want to modify config.mk
After installing, link your source files with -lacpi
Documentation:
==============
See http://www.ngolde.de/libacpi.html, doc/, man 3 libacpi and
test-libacpi.c
Programs using libacpi:
=======================
xbattbar-acpi (>=0.3): http://www.senzanome.org/xbattbar-acpi/
acpitail: http://www.vanheusden.com/acpitail/
If you want to see your program listed here please see "Contact" and write
me a mail.
Contact:
========
Nico Golde <nico@ngolde.de>
Donations are always welcome since I can't test every feature with my
notebook (Asus m6800nb).
License:
========
libacpi is licensed under the terms of the MIT/X Consortium license, see
LICENSE for further details
|