]> git.pld-linux.org Git - packages/xorg-driver-video-s3virge.git/blame - xorg-driver-video-s3virge.spec
- converted to UTF-8
[packages/xorg-driver-video-s3virge.git] / xorg-driver-video-s3virge.spec
CommitLineData
e04d6131 1Summary: X.org video driver for S3 ViRGE and Trio3D video chips
4a18638a 2Summary(pl.UTF-8): Sterownik obrazu X.org dla układów graficznych S3 ViRGE i Trio3D
e04d6131 3Name: xorg-driver-video-s3virge
44db14cf 4Version: 1.9.1
e04d6131
JB
5Release: 0.1
6License: MIT
7Group: X11/Applications
44db14cf
JB
8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3virge-%{version}.tar.bz2
9# Source0-md5: a91c73285ef67ee7cd9e2da28acb6cc4
e04d6131
JB
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
3a733422
JB
15BuildRequires: xorg-proto-fontsproto-devel
16BuildRequires: xorg-proto-randrproto-devel
17BuildRequires: xorg-proto-renderproto-devel
e04d6131 18BuildRequires: xorg-proto-videoproto-devel
3a733422 19BuildRequires: xorg-proto-xextproto-devel
11418f52 20BuildRequires: xorg-util-util-macros >= 0.99.2
44db14cf
JB
21BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
22Requires: xorg-xserver-server >= 1.0.99.901
e04d6131
JB
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26X.org video driver for S3 ViRGE and Trio3D video chips. It supports
27PCI and AGP video cards based on the following chips: ViRGE (86C325),
28ViRGE VX (86C988), ViRGE DX (86C375), ViRGE GX (86C385), ViRGE GX2
29(86C357), ViRGE MX (86C260), ViRGE MX+ (86C280), Trio3D (86C365),
30Trio3D/2X (86C362, 86C368).
31
4a18638a
JR
32%description -l pl.UTF-8
33Sterownik obrazu X.org dla układów graficznych S3 ViRGE i Trio3D.
34Obsługuje karty PCI i AGP oparte na następujących układach: ViRGE
e04d6131
JB
35(86C325), ViRGE VX (86C988), ViRGE DX (86C375), ViRGE GX (86C385),
36ViRGE GX2 (86C357), ViRGE MX (86C260), ViRGE MX+ (86C280), Trio3D
37(86C365), Trio3D/2X (86C362, 86C368).
38
39%prep
40%setup -q -n xf86-video-s3virge-%{version}
41
42%build
43%{__libtoolize}
44%{__aclocal}
45%{__autoconf}
46%{__autoheader}
47%{__automake}
48%configure \
49 --disable-static
50
51%{__make}
52
53%install
54rm -rf $RPM_BUILD_ROOT
55
56%{__make} install \
11418f52 57 DESTDIR=$RPM_BUILD_ROOT
e04d6131
JB
58
59rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files
65%defattr(644,root,root,755)
99fbeab8 66%doc COPYING ChangeLog README TODO_NOTES
e04d6131 67%attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3virge_drv.so
11418f52 68%{_mandir}/man4/s3virge.4*
This page took 0.156601 seconds and 4 git commands to generate.