]> git.pld-linux.org Git - packages/acpitool.git/blame - acpitool.spec
- initial (TODO: pl)
[packages/acpitool.git] / acpitool.spec
CommitLineData
8e1d66f0 1Summary: AcpiTool is Linux ACPI client
2Summary(pl): -
3Name: acpitool
4Version: 0.4.6
5Release: 0.1
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
18presence, etc... Acpitool also supports various extensions for Toshiba,
19Asus and IBM Thinkpad laptops, allowing you to change the LCD brightness
20level, toggle fan on/off, and more.
21
22%description -l pl
23
24%prep
25%setup -q
26
27%build
28%{__aclocal}
29%{__autoconf}
30%{__automake}
31%configure
32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37%{__make} install \
38 DESTDIR=$RPM_BUILD_ROOT
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%doc AUTHORS ChangeLog README TODO
46%attr(755,root,root) %{_bindir}/*
47%{_mandir}/*/*
This page took 0.059305 seconds and 4 git commands to generate.