Magellan Linux

Contents of /smage/trunk/core/xf86-video-savage/xf86-video-savage-2.3.7-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5776 - (show annotations) (download)
Fri Jul 4 12:42:10 2014 UTC (9 years, 11 months ago) by niro
File size: 405 byte(s)
-rebuild
1 # $Id$
2
3 PNAME="xf86-video-savage"
4 PVER="2.3.7"
5 PBUILD="r4"
6
7 PCAT="x11-drivers"
8
9 DEPEND=">= x11-libs/libdrm-2.4.54
10 == virtual/X-ABI-VIDEODRV-15"
11 # >= media-libs/mesa-gallium-swrast-10.2"
12
13 SDEPEND=">= x11-proto/xf86driproto-1"
14
15 ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/savage_drv.so"
16 sminclude xorg alx-split
17
18 src_compile()
19 {
20 cd ${SRCDIR}
21
22 xorg_src_configure --enable-dri || die
23 mmake || die
24 }