]> git.pld-linux.org Git - packages/xorg-driver-video-tdfx.git/blob - xorg-driver-video-tdfx.spec
- 1.1.1.1 (X11R7.0-RC3)
[packages/xorg-driver-video-tdfx.git] / xorg-driver-video-tdfx.spec
1 Summary:        X.org video driver for 3Dfx video adapters
2 Summary(pl):    Sterownik obrazu X.org dla kart graficznych 3Dfx
3 Name:           xorg-driver-video-tdfx
4 Version:        1.1.1.1
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC3/driver/xf86-video-tdfx-%{version}.tar.bz2
9 # Source0-md5:  39256fc9ea885686ecde215d4510ed84
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 >= 0.99.3
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 X.org video driver for 3Dfx video adapters. It supports Voodoo
30 Banshee, Voodoo3, Voodoo4 and Voodoo5 cards.
31
32 %description -l pl
33 Sterownik obrazu X.org dla kart graficznych 3Dfx. ObsĀ³uguje karty
34 Voodoo Banshee, Voodoo3, Voodoo4 i Voodoo5.
35
36 %prep
37 %setup -q -n xf86-video-tdfx-%{version}
38
39 %build
40 %{__libtoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure \
46         --disable-static
47
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc ChangeLog
64 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/tdfx_drv.so
65 %{_mandir}/man4/tdfx.4*
This page took 0.035495 seconds and 4 git commands to generate.