]> git.pld-linux.org Git - packages/3dfx_tvtool.git/blame - 3dfx_tvtool.spec
- tabs in preamle
[packages/3dfx_tvtool.git] / 3dfx_tvtool.spec
CommitLineData
72b5e615 1Summary: The 3dfx TV Out Tool - GUI on setting the BT869 chip on the VooDoo3
35051f9d 2Summary(pl.UTF-8): 3dfx TV Out Tool - narzędzie do ustawiania chipu BT869 z kart VooDoo3
72b5e615 3Name: 3dfx_tvtool
e4ff43d9 4Version: 0.0.3
f9973816 5Release: 4
72b5e615 6License: GPL v2
49e15163 7Group: X11/Applications
92564be9 8Source0: http://7of9.are-b.org/~node/3dfx_tvtool/%{name}-%{version}.tar.bz2
d557c1dd 9# Source0-md5: 41dbd44e9a398e3ae883dd6d621b9adf
9736f94d 10Source1: %{name}.desktop
92564be9 11URL: http://7of9.are-b.org/~node/3dfx_tvtool/
72b5e615 12BuildRequires: gtk+2-devel
e4ff43d9 13BuildRequires: pango-devel
72b5e615
PG
14BuildRequires: pkgconfig
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
72b5e615
PG
17%description
18The 3dfx TV Out Tool is a userfriendly GUI on setting all the settings
19found 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
21based on the bt869 chip, since it uses the bt869 lm_sensors module.
22
ea281773
JR
23%description -l pl.UTF-8
243dfx TV Out Tool jest przyjaznym dla użytkownika GUI do ustawiania
25wszystkich ustawień, jakie są na chipie BT869 w kartach VooDoo3. Stara
26się być dobrze znanym "narzędziem TV" do kart VooDoo3 firmy 3dfx. Może
27pracować na innych kartach opartych o chip bt869, jeżeli używają one
28modułu bt869 z lm_sensors.
72b5e615
PG
29
30%prep
31%setup -q
72b5e615
PG
32
33%build
beba670e 34CC="%{__cc}"
72b5e615
PG
35export CC
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
d8d7cadf 40install -d $RPM_BUILD_ROOT%{_desktopdir}
72b5e615 41
beba670e 42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT \
44 BINDIR=%{_bindir}
72b5e615 45
d8d7cadf 46install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
9736f94d 47
72b5e615
PG
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
e4ff43d9 53%doc docs/{BUGS,ChangeLog,README,TODO}
72b5e615 54%attr(755,root,root) %{_bindir}/*
92564be9 55%{_desktopdir}/*.desktop
This page took 0.046868 seconds and 4 git commands to generate.