]> git.pld-linux.org Git - packages/acpitool.git/blob - acpitool.spec
- pl
[packages/acpitool.git] / acpitool.spec
1 Summary:        AcpiTool - Linux ACPI client
2 Summary(pl):    AcpiTool - linuksowy klient ACPI
3 Name:           acpitool
4 Version:        0.4.6
5 Release:        0.1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/acpitool/%{name}-%{version}.tar.bz2
9 # Source0-md5:  4bd3efda303c12bf154771adf61be0f6
10 URL:            http://freeunix.dyndns.org:8088/site2/acpitool.shtml
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 AcpiTool is (yet another) Linux ACPI client. It's a small command-line
17 application. Besides "basic" ACPI information like battery status, AC
18 presence, etc... Acpitool also supports various extensions for
19 Toshiba, Asus and IBM Thinkpad laptops, allowing you to change the LCD
20 brightness level, toggle fan on/off, and more.
21
22 %description -l pl
23 AcpiTool to (jeszcze jeden) linuksowy klient ACPI. Jest to ma³a
24 aplikacja dzia³aj±ca z linii poleceñ. Oprócz "podstawowych" informacji
25 ACPI, takich jak stan baterii, obecno¶æ zasilania AC itp. obs³uguje
26 tak¿e ró¿ne rozszerzenia dla laptopów Toshiby, Asusa i IBM Thinkpad,
27 pozwalaj±ce zmieniaæ poziom jasno¶ci LCD, w³±czaæ i wy³±czaæ
28 wiatraczki itp.
29
30 %prep
31 %setup -q
32
33 %build
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog README TODO
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/*/*
This page took 0.043288 seconds and 4 git commands to generate.