]> git.pld-linux.org Git - SPECS.git/blob - 3dfx_tvtool.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / 3dfx_tvtool.spec
1 Summary:        The 3dfx TV Out Tool - GUI on setting the BT869 chip on the VooDoo3
2 Summary(pl.UTF-8):      3dfx TV Out Tool - narzędzie do ustawiania chipu BT869 z kart VooDoo3
3 Name:           3dfx_tvtool
4 Version:        0.0.3
5 Release:        4
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://7of9.are-b.org/~node/3dfx_tvtool/%{name}-%{version}.tar.bz2
9 # Source0-md5:  41dbd44e9a398e3ae883dd6d621b9adf
10 Source1:        %{name}.desktop
11 URL:            http://7of9.are-b.org/~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 %description
18 The 3dfx TV Out Tool is a userfriendly GUI on setting all the settings
19 found on the BT869 chip on the VooDoo3. It tries to be the well-known
20 'TV Tool' for the 3dfx VooDoo3 cards. It might work on other cards
21 based on the bt869 chip, since it uses the bt869 lm_sensors module.
22
23 %description -l pl.UTF-8
24 3dfx TV Out Tool jest przyjaznym dla użytkownika GUI do ustawiania
25 wszystkich ustawień, jakie są na chipie BT869 w kartach VooDoo3. Stara
26 się być dobrze znanym "narzędziem TV" do kart VooDoo3 firmy 3dfx. Może
27 pracować na innych kartach opartych o chip bt869, jeżeli używają one
28 modułu bt869 z lm_sensors.
29
30 %prep
31 %setup -q
32
33 %build
34 CC="%{__cc}"
35 export CC
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_desktopdir}
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT \
44         BINDIR=%{_bindir}
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 %{_desktopdir}/*.desktop
This page took 0.66136 seconds and 3 git commands to generate.