Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/xf86-video-nv/xf86-video-nv-2.1.20_20140203-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9028 - (hide annotations) (download)
Thu Jun 9 14:24:59 2016 UTC (7 years, 11 months ago) by niro
Original Path: smage/trunk/core/xf86-video-nv/xf86-video-nv-2.1.20_20140203-r7.smage2
File size: 281 byte(s)
auto added: ver bump to 2.1.20_20140203-r7
1 niro 9028 # $Id$
2    
3     PNAME="xf86-video-nv"
4     PVER="2.1.20_20140203"
5     PBUILD="r7"
6    
7     PCAT="x11-drivers"
8    
9     DEPEND="== virtual/X-ABI-VIDEODRV-20"
10    
11     ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/nv_drv.so"
12     sminclude xorg
13    
14     src_prepare()
15     {
16     munpack ${SRCFILE} || die
17     cd ${SRCDIR}
18     mautoreconf || die
19     }