]> git.pld-linux.org Git - packages/xorg-driver-video-mga.git/blob - xorg-driver-video-mga.spec
- new
[packages/xorg-driver-video-mga.git] / xorg-driver-video-mga.spec
1 Summary:        X.org video driver for Matrox video adapters
2 Summary(pl):    Sterownik obrazu X.org dla kart graficznych Matrox
3 Name:           xorg-driver-video-mga
4 Version:        1.2.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-mga-%{version}.tar.bz2
9 # Source0-md5:  d07410e921f4371b7aca06df6b8f7a03
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-xf86driproto-devel
18 BuildRequires:  xorg-util-util-macros >= 0.99.1
19 BuildRequires:  xorg-xserver-server-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 X.org video driver for Matrox video adapters. It supports PCI and AGP
24 video cards based on the following Matrox chips: MGA2064W, MGA1064SG
25 (Mystique), MGA2164W (Millennium II), G100 (Productiva G100), G200
26 (Millennium G200 and Mystique G200), G400 (Millenium G400, Millenium
27 G400 MAX, Millenium G450 and Marvel G450 eTV), G550 (Milenium G550 and
28 Millenium G500 Dual DVI).
29
30 %description -l pl
31 Sterownik obrazu X.org dla kart graficznych Matrox. Obs³uguje karty
32 PCI i AGP oparte na nastêpuj±cych uk³adach Matroksa: MGA2064W,
33 MGA1064SG (Mystique), MGA2164W (Millennium II), G100 (Productiva
34 G100), G200 (Millennium G200 i Mystique G200), G400 (Millenium G400,
35 Millenium G400 MAX, Millenium G450 i Marvel G450 eTV), G550 (Milenium
36 G550 i Millenium G500 Dual DVI).
37
38 %prep
39 %setup -q -n xf86-video-mga-%{version}
40
41 %build
42 %{__libtoolize}
43 %{__aclocal}
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure \
48         --disable-static
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT \
57         drivermandir=%{_mandir}/man4
58
59 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc README_HALLIB
67 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/mga_drv.so
68 %{_mandir}/man4/mga.4x*
This page took 0.064747 seconds and 3 git commands to generate.