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