]> git.pld-linux.org Git - packages/3dfx_tvtool.git/blob - 3dfx_tvtool.spec
- to ac with new categs
[packages/3dfx_tvtool.git] / 3dfx_tvtool.spec
1 Summary:        The 3dfx TV Out Tool - GUI on setting the BT869 chip on the VooDoo3
2 Summary(pl):    3dfx TV Out Tool - narzêdzie do ustawiania chipu BT869 z kart VooDoo3
3 Name:           3dfx_tvtool
4 Version:        0.0.3
5 Release:        3
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://131.155.224.79/~node/3dfx_tvtool/%{name}-%{version}.tar.bz2
9 # Source0-md5:  41dbd44e9a398e3ae883dd6d621b9adf
10 Source1:        %{name}.desktop
11 URL:            http://131.155.224.79/~node/3dfx_tvtool/
12 BuildRequires:  gtk+2-devel
13 BuildRequires:  pango-devel
14 BuildRequires:  pkgconfig
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17
18 %description
19 The 3dfx TV Out Tool is a userfriendly GUI on setting all the settings
20 found on the BT869 chip on the VooDoo3. It tries to be the well-known
21 'TV Tool' for the 3dfx VooDoo3 cards. It might work on other cards
22 based on the bt869 chip, since it uses the bt869 lm_sensors module.
23
24 %description -l pl
25 3dfx TV Out Tool jest przyjaznym dla u¿ytkownika GUI do ustawiania
26 wszystkich ustawieñ, jakie s± na chipie BT869 w kartach VooDoo3. Stara
27 siê byæ dobrze znanym "narzêdziem TV" do kart VooDoo3 firmy 3dfx. Mo¿e
28 pracowaæ na innych kartach opartych o chip bt869, je¿eli u¿ywaj± one
29 modu³u bt869 z lm_sensors.
30
31 %prep
32 %setup -q
33
34 %build
35 CC=%{__cc}
36 export CC
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{_desktopdir}
42
43 %{__make} DESTDIR=$RPM_BUILD_ROOT \
44                 BINDIR=%{_bindir} install
45
46 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc docs/{BUGS,ChangeLog,README,TODO}
54 %attr(755,root,root) %{_bindir}/*
55 %attr(644,root,root) %{_desktopdir}/*.desktop
This page took 0.054007 seconds and 3 git commands to generate.