Magellan Linux

Contents of /smage/trunk/core/xf86-video-ati/xf86-video-ati-6.13.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 477 - (show annotations) (download)
Fri May 7 16:17:58 2010 UTC (13 years, 11 months ago) by niro
File size: 638 byte(s)
auto added: ver bump to 6.13.0-r1
1 # $Id$
2
3 PNAME="xf86-video-ati"
4 PVER="6.13.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=">= x11-libs/libdrm-2.4.9"
14
15 SDEPEND=">= x11-proto/fontsproto-2
16 >= x11-proto/randrproto-1.2
17 >= x11-proto/videoproto-2
18 >= x11-proto/xextproto-7
19 >= x11-proto/xineramaproto-1
20 >= x11-proto/xf86miscproto-1"
21
22 MCORE_ONLY_KEEP="usr/$(mlibdir)/xorg/modules/drivers/ati_drv.so"
23 sminclude xorg mcore-split
24
25 UP2DATE="updatecmd_xorg ${PNAME}"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 xorg_src_configure --disable-dri || die
32 mmake || die
33 }

Properties

Name Value
svn:keywords Id