]> git.pld-linux.org Git - packages/acpitail.git/blame - acpitail.spec
- set proper path
[packages/acpitail.git] / acpitail.spec
CommitLineData
2c865f17 1Summary: shows information of an ACPI capable system
2Summary(pl.UTF-8): wyświetla informacje systemu ACPI
3Name: acpitail
4Version: 0.1
5Release: 0.1
6License: GPL v2+
7Group: Applications
8Source0: http://www.vanheusden.com/acpitail/%{name}-%{version}.tgz
9# Source0-md5: 59b60dcdee061bc5b6a9537d269cea4b
10Patch0: %{name}-Makefile.patch
11URL: http://www.vanheusden.com/acpitail/
12BuildRequires: libacpi-devel
13BuildRequires: libacpi-static
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17acpitail shows information regarding the battery-state, fan-states,
18temperatures, and other relevant details of an ACPI capable system
19(mostly laptops).
20
21%description -l pl.UTF-8
22acpitail wyświetla informacje o stanie baterii, stanie wiatraków,
23temperaturach oraz innych podobnych rzeczach sysetmu ACPI (głównie
24laptopy).
25
26%prep
27%setup -q
28%patch0 -p1
29
30%build
31%{__make} \
32 CC="%{__cc}"
33
34%install
35rm -rf $RPM_BUILD_ROOT
36install -d $RPM_BUILD_ROOT%{_sbindir}
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc readme.txt
47%attr(755,root,root) %{_sbindir}/%{name}
This page took 0.064646 seconds and 4 git commands to generate.