]> git.pld-linux.org Git - packages/acpitool.git/blame - acpitool.spec
- converted to UTF-8
[packages/acpitool.git] / acpitool.spec
CommitLineData
8f5bb5d4 1Summary: AcpiTool - Linux ACPI client
15cf6222 2Summary(pl.UTF-8): AcpiTool - linuksowy klient ACPI
8e1d66f0 3Name: acpitool
4Version: 0.4.6
c4038848 5Release: 1
8e1d66f0 6License: GPL v2
7Group: Applications
8Source0: http://dl.sourceforge.net/acpitool/%{name}-%{version}.tar.bz2
9# Source0-md5: 4bd3efda303c12bf154771adf61be0f6
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
8f5bb5d4
JB
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.
8e1d66f0 21
15cf6222
JR
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ć
8f5bb5d4 28wiatraczki itp.
8e1d66f0 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 README TODO
52%attr(755,root,root) %{_bindir}/*
53%{_mandir}/*/*
This page took 0.069078 seconds and 4 git commands to generate.