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