]> git.pld-linux.org Git - packages/athcool.git/blob - athcool.spec
- added DESTDIR patch
[packages/athcool.git] / athcool.spec
1 # TODO:
2 # - convert Japanese to EUCJP
3 # - make init-script (?)
4 #
5 Summary:        Athlon Powersaving bits enabler
6 Summary(ja):    AMD Athlon/Duron \e$B$N>JEENO5!G=$rM-8z$K$9$k\e(B
7 Summary(pl):    Narzêdzie do w³±czania trybu oszczêdno¶ci energii procesorów Athlon
8 Name:           athcool
9 Version:        0.3.0
10 Release:        0.9
11 License:        GPL v2
12 Group:          Applications/System
13 Source0:        http://members.jcom.home.ne.jp/jacobi/linux/files/%{name}-%{version}.tar.gz
14 # Source0-md5:  a97a48071d0af234fbc788b7ee82878e
15 Patch0:         %{name}-DESTDIR.patch
16 URL:            http://members.jcom.home.ne.jp/jacobi/linux/softwares-ja.html
17 BuildPrereq:    pciutils-devel
18 ExclusiveArch:  %{ix86}
19 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 athcool is a small utility, enabling/disabling Powersaving mode for
23 AMD Athlon/Duron processors.
24
25 Powersaving works if your kernel support ACPI (APM not work), because
26 athcool only set/unset "Disconnect enable when STPGNT detected" bits
27 in the Northbridge of Chipset.
28
29 %description -l ja
30 \e$B!!\e(Bathcool \e$B$O\e(B AMD Athlon/Duron
31 \e$B$N>JEENO5!G=$rM-8z$K$7!"L5BL$JH/G.$rM^$($^$9!#\e(B CPU
32 \e$BMxMQN($,Dc$$;~$K$O7`E*$KH/G.$,8:$j$^$9!#\e(B
33 \e$B!!%A%C%W%;%C%H$K$h$C$F$O@5>o$K:nF0$7$J$$>l9g$b$"$j$^$9$N$G!">e5-\e(B
34 URL \e$B$r;2>H\e(B \e$B$N>e$G;HMQ$7$F$/$@$5$$!#\e(B
35 \e$B!!$J$*!">JEENO5!G=$K$O\e(B ACPI \e$BBP1~$N%+!<%M%k$,I,MW$G$9!#\e(B
36
37 %description -l pl
38 athcool jest ma³ym programem narzêdziwym s³u¿acym do w³±czania i wy³±czania
39 trybu oszczêdno¶ci energii procesorów AMD Athlon/Duron.
40
41 Tryb oszczêdno¶ci energii dzia³a gdy j±dro zawiera wsparcie dla ACPI (z APM
42 nie dzia³a), gdy¿ athcool jedynie ustawia/zeruje flagi bitowe "Disconnect
43 enable when STPGNT detected" w mostku pó³nocnym chipsetu.
44
45 %prep
46 %setup -q
47 %patch0 -p1
48
49 %build
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc README ChangeLog
63 %attr(755,root,root) %{_sbindir}/athcool
This page took 0.077166 seconds and 3 git commands to generate.