Magellan Linux

Contents of /smage/trunk/core/xf86-video-intel/xf86-video-intel-2.11.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 451 - (show annotations) (download)
Fri May 7 15:34:42 2010 UTC (13 years, 11 months ago) by niro
File size: 497 byte(s)
auto added: ver bump to 2.11.0-r1
1 # $Id$
2
3 PNAME="xf86-video-intel"
4 PVER="2.11.0"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-drivers"
8 STATE="unstable"
9
10 DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 DEPEND="${DEPEND}
14 >= x11-libs/libXvMC-1"
15
16 SDEPEND="${SDEPEND}
17 >= x11-proto/xf86driproto-1
18 >= x11-libs/libdrm-2.4.15
19 >= x11-libs/libX11-1"
20
21 sminclude xorg mcore
22
23 UP2DATE="updatecmd_xorg ${PNAME}"
24
25 src_compile()
26 {
27 cd ${SRCDIR}
28
29 xorg_src_configure --enable-dri || die
30 mmake || die
31 }

Properties

Name Value
svn:keywords Id