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