]> git.pld-linux.org Git - packages/acpitool.git/blob - acpitool.spec
- rel 2
[packages/acpitool.git] / acpitool.spec
1 Summary:        AcpiTool - Linux ACPI client
2 Summary(pl.UTF-8):      AcpiTool - linuksowy klient ACPI
3 Name:           acpitool
4 Version:        0.4.7
5 Release:        2
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/acpitool/%{name}-%{version}.tar.bz2
9 # Source0-md5:  cba416a11229e896ec2639c59b6f59c5
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.UTF-8
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 NEWS README TODO
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/*/*
This page took 0.098343 seconds and 4 git commands to generate.