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