]> git.pld-linux.org Git - packages/xorg-driver-video-s3virge.git/blob - xorg-driver-video-s3virge.spec
- new
[packages/xorg-driver-video-s3virge.git] / xorg-driver-video-s3virge.spec
1 Summary:        X.org video driver for S3 ViRGE and Trio3D video chips
2 Summary(pl):    Sterownik obrazu X.org dla uk³adów graficznych S3 ViRGE i Trio3D
3 Name:           xorg-driver-video-s3virge
4 Version:        1.8.6.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-s3virge-%{version}.tar.bz2
9 # Source0-md5:  c5a9a1b16094cba26d67172f41b142b5
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-proto-videoproto-devel
16 BuildRequires:  xorg-util-util-macros >= 0.99.1
17 BuildRequires:  xorg-xserver-server-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 X.org video driver for S3 ViRGE and Trio3D video chips. It supports
22 PCI and AGP video cards based on the following chips: ViRGE (86C325),
23 ViRGE VX (86C988), ViRGE DX (86C375), ViRGE GX (86C385), ViRGE GX2
24 (86C357), ViRGE MX (86C260), ViRGE MX+ (86C280), Trio3D (86C365),
25 Trio3D/2X (86C362, 86C368).
26
27 %description -l pl
28 Sterownik obrazu X.org dla uk³adów graficznych S3 ViRGE i Trio3D.
29 Obs³uguje karty PCI i AGP oparte na nastêpuj±cych uk³adach: ViRGE
30 (86C325), ViRGE VX (86C988), ViRGE DX (86C375), ViRGE GX (86C385),
31 ViRGE GX2 (86C357), ViRGE MX (86C260), ViRGE MX+ (86C280), Trio3D
32 (86C365), Trio3D/2X (86C362, 86C368).
33
34 %prep
35 %setup -q -n xf86-video-s3virge-%{version}
36
37 %build
38 %{__libtoolize}
39 %{__aclocal}
40 %{__autoconf}
41 %{__autoheader}
42 %{__automake}
43 %configure \
44         --disable-static
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT \
53         drivermandir=%{_mandir}/man4
54
55 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc README TODO_NOTES
63 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3virge_drv.so
64 %{_mandir}/man4/s3virge.4x*
This page took 0.035273 seconds and 4 git commands to generate.