]> git.pld-linux.org Git - packages/xorg-driver-video-tdfx.git/blob - xorg-driver-video-tdfx.spec
- converted to UTF-8
[packages/xorg-driver-video-tdfx.git] / xorg-driver-video-tdfx.spec
1 Summary:        X.org video driver for 3Dfx video adapters
2 Summary(pl.UTF-8):   Sterownik obrazu X.org dla kart graficznych 3Dfx
3 Name:           xorg-driver-video-tdfx
4 Version:        1.3.0
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tdfx-%{version}.tar.bz2
9 # Source0-md5:  04c49acb5c5dbde14eabd32d06df6e73
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  Mesa-libGL-devel
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake
14 BuildRequires:  libdrm-devel >= 2.0
15 BuildRequires:  libtool
16 BuildRequires:  pkgconfig >= 1:0.19
17 BuildRequires:  xorg-proto-fontsproto-devel
18 BuildRequires:  xorg-proto-randrproto-devel
19 BuildRequires:  xorg-proto-renderproto-devel
20 BuildRequires:  xorg-proto-videoproto-devel
21 BuildRequires:  xorg-proto-xextproto-devel
22 BuildRequires:  xorg-proto-xf86dgaproto-devel
23 BuildRequires:  xorg-proto-xf86driproto-devel
24 BuildRequires:  xorg-util-util-macros >= 0.99.2
25 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
26 Requires:       xorg-xserver-server >= 1.0.99.901
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 X.org video driver for 3Dfx video adapters. It supports Voodoo
31 Banshee, Voodoo3, Voodoo4 and Voodoo5 cards.
32
33 %description -l pl.UTF-8
34 Sterownik obrazu X.org dla kart graficznych 3Dfx. ObsĹ‚uguje karty
35 Voodoo Banshee, Voodoo3, Voodoo4 i Voodoo5.
36
37 %prep
38 %setup -q -n xf86-video-tdfx-%{version}
39
40 %build
41 %{__libtoolize}
42 %{__aclocal}
43 %{__autoconf}
44 %{__autoheader}
45 %{__automake}
46 %configure \
47         --disable-static
48
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc COPYING ChangeLog
65 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/tdfx_drv.so
66 %{_mandir}/man4/tdfx.4*
This page took 0.030815 seconds and 4 git commands to generate.