Magellan Linux

Contents of /smage/trunk/core/xf86-video-vesa/xf86-video-vesa-2.3.3-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6340 - (show annotations) (download)
Tue Mar 31 12:49:52 2015 UTC (9 years, 2 months ago) by niro
File size: 342 byte(s)
auto added: ver bump to 2.3.3-r5
1 # $Id$
2
3 PNAME="xf86-video-vesa"
4 PVER="2.3.3"
5 PBUILD="r5"
6
7 PCAT="x11-drivers"
8
9 DEPEND=">= x11-libs/libdrm-2.4.59
10 >= media-libs/mesa-gallium-swrast-10.4
11 == virtual/X-ABI-VIDEODRV-18"
12
13 ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/vesa_drv.so"
14 sminclude xorg
15
16 src_prepare()
17 {
18 munpack ${SRCFILE} || die
19 cd ${SRCDIR}
20 mautoreconf || die
21 }