]> git.pld-linux.org Git - packages/xorg-driver-video-i128.git/blob - xorg-driver-video-i128.spec
- 1.1.0.5 (X11R7.0 release)
[packages/xorg-driver-video-i128.git] / xorg-driver-video-i128.spec
1 Summary:        X.org video driver for Number 9 I128 video adapters
2 Summary(pl):    Sterownik obrazu X.org dla kart graficznych Number 9 I128
3 Name:           xorg-driver-video-i128
4 Version:        1.1.0.5
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0/src/driver/xf86-video-i128-%{version}.tar.bz2
9 # Source0-md5:  6e0d3e09fc99d6f0a0e969613ddf58cc
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-fontsproto-devel
16 BuildRequires:  xorg-proto-randrproto-devel
17 BuildRequires:  xorg-proto-renderproto-devel
18 BuildRequires:  xorg-proto-videoproto-devel
19 BuildRequires:  xorg-proto-xextproto-devel
20 BuildRequires:  xorg-util-util-macros >= 0.99.2
21 BuildRequires:  xorg-xserver-server-devel >= 0.99.3
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 X.org video driver for Number 9 I128 video adapters. It supports PCI
26 and AGP video cards based on the following I128 chips: I128 rev 1,
27 I128-II, I128-T2R (Ticket 2 Ride), I128-T2R4 (Ticket 2 Ride IV).
28
29 %description -l pl
30 Sterownik obrazu X.org dla kart graficznych Number 9 I128. Obs³uguje
31 karty PCI i AGP oparte na nastêpuj±cych uk³adach I128: I128 rev 1,
32 I128-II, I128-T2R (Ticket 2 Ride), I128-T2R4 (Ticket 2 Ride IV).
33
34 %prep
35 %setup -q -n xf86-video-i128-%{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
54 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc COPYING ChangeLog README
62 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/i128_drv.so
63 %{_mandir}/man4/i128.4*
This page took 0.084143 seconds and 3 git commands to generate.