Magellan Linux

Contents of /smage/trunk/core/xf86-video-savage/xf86-video-savage-2.3.2-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1626 - (show annotations) (download)
Wed Mar 9 18:28:59 2011 UTC (13 years, 1 month ago) by niro
File size: 459 byte(s)
-split mesa compat
1 # $Id$
2
3 PNAME="xf86-video-savage"
4 PVER="2.3.2"
5 PBUILD="r3"
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.23
14 >= media-libs/mesa-dri-savage-7.10"
15
16 SDEPEND=">= x11-proto/xf86driproto-1"
17
18 sminclude xorg
19
20 UP2DATE="updatecmd_xorg ${PNAME}"
21
22 src_compile()
23 {
24 cd ${SRCDIR}
25
26 xorg_src_configure --enable-dri || die
27 mmake || die
28 }