Magellan Linux

Contents of /smage/trunk/core/xf86-video-i740/xf86-video-i740-1.3.5-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7923 - (show annotations) (download)
Mon Nov 23 12:32:18 2015 UTC (8 years, 5 months ago) by niro
File size: 285 byte(s)
auto added: ver bump to 1.3.5-r6
1 # $Id$
2
3 PNAME="xf86-video-i740"
4 PVER="1.3.5"
5 PBUILD="r6"
6
7 PCAT="x11-drivers"
8
9 DEPEND="== virtual/X-ABI-VIDEODRV-20"
10
11 ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/i740_drv.so"
12 sminclude xorg alx-split
13
14 src_prepare()
15 {
16 munpack ${SRCFILE} || die
17 cd ${SRCDIR}
18 mautoreconf || die
19 }