]> git.pld-linux.org Git - packages/3dfx_tvtool.git/commitdiff
- initial release
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 7 May 2002 16:43:02 +0000 (16:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- version 0.0.1
Utility for Voodoo3 for operating on TV-out

Changed files:
    3dfx_tvtool.spec -> 1.1

3dfx_tvtool.spec [new file with mode: 0644]

diff --git a/3dfx_tvtool.spec b/3dfx_tvtool.spec
new file mode 100644 (file)
index 0000000..9699308
--- /dev/null
@@ -0,0 +1,52 @@
+Summary:       The 3dfx TV Out Tool - GUI on setting the BT869 chip on the VooDoo3
+Summary(pl):   3dfx TV Out Tool - narzêdzie do ustawiania chipu BT869 z kart VooDoo3
+Name:          3dfx_tvtool
+Version:       0.0.1
+Release:       1
+License:       GPL v2
+Group:         Networking/Daemons
+Source0:       http://131.155.224.79/~node/3dfx_tvtool/%{name}-current.tar.bz2
+Patch0:                %{name}-makefile.patch
+URL:           http://131.155.224.79/~node/3dfx_tvtool/
+BuildRequires: gtk+2-devel
+BuildRequires: pkgconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+
+%description
+The 3dfx TV Out Tool is a userfriendly GUI on setting all the settings
+found on the BT869 chip on the VooDoo3. It tries to be the well-known
+'TV Tool' for the 3dfx VooDoo3 cards. It might work on other cards
+based on the bt869 chip, since it uses the bt869 lm_sensors module.
+
+%description -l pl
+3dfx TV Out Tool jest przyjaznym dla u¿ytkownika GUI do ustawiania
+wszystkich ustawieñ, jakie s± na chipie BT869 w kartach VooDoo3. Stara
+siê byæ dobrze znanym "narzêdziem TV" do kart VooDoo3 firmy 3dfx. Mo¿e
+pracowaæ na innych kartach opartych o chip bt869, je¿eli u¿ywaj± one
+modu³u bt869 z lm_sensors.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+CC=%{__cc}
+export CC
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+gzip -nf9 BUGS ChangeLog README TODO
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
This page took 0.117291 seconds and 4 git commands to generate.