]> git.pld-linux.org Git - packages/xorg-driver-video-mga.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Oct 2005 00:51:55 +0000 (00:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-driver-video-mga.spec -> 1.1

xorg-driver-video-mga.spec [new file with mode: 0644]

diff --git a/xorg-driver-video-mga.spec b/xorg-driver-video-mga.spec
new file mode 100644 (file)
index 0000000..7ecbf0d
--- /dev/null
@@ -0,0 +1,68 @@
+Summary:       X.org video driver for Matrox video adapters
+Summary(pl):   Sterownik obrazu X.org dla kart graficznych Matrox
+Name:          xorg-driver-video-mga
+Version:       1.2.0.1
+Release:       0.1
+License:       MIT
+Group:         X11/Applications
+Source0:       http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-video-mga-%{version}.tar.bz2
+# Source0-md5: d07410e921f4371b7aca06df6b8f7a03
+URL:           http://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: libdrm-devel
+BuildRequires: libtool
+BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: xorg-proto-videoproto-devel
+BuildRequires: xorg-proto-xf86driproto-devel
+BuildRequires: xorg-util-util-macros >= 0.99.1
+BuildRequires: xorg-xserver-server-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+X.org video driver for Matrox video adapters. It supports PCI and AGP
+video cards based on the following Matrox chips: MGA2064W, MGA1064SG
+(Mystique), MGA2164W (Millennium II), G100 (Productiva G100), G200
+(Millennium G200 and Mystique G200), G400 (Millenium G400, Millenium
+G400 MAX, Millenium G450 and Marvel G450 eTV), G550 (Milenium G550 and
+Millenium G500 Dual DVI).
+
+%description -l pl
+Sterownik obrazu X.org dla kart graficznych Matrox. Obs³uguje karty
+PCI i AGP oparte na nastêpuj±cych uk³adach Matroksa: MGA2064W,
+MGA1064SG (Mystique), MGA2164W (Millennium II), G100 (Productiva
+G100), G200 (Millennium G200 i Mystique G200), G400 (Millenium G400,
+Millenium G400 MAX, Millenium G450 i Marvel G450 eTV), G550 (Milenium
+G550 i Millenium G500 Dual DVI).
+
+%prep
+%setup -q -n xf86-video-mga-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --disable-static
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       drivermandir=%{_mandir}/man4
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README_HALLIB
+%attr(755,root,root) %{_libdir}/xorg/modules/drivers/mga_drv.so
+%{_mandir}/man4/mga.4x*
This page took 0.256553 seconds and 4 git commands to generate.