Magellan Linux

Annotation of /trunk/extras/xf86-video-nv/xf86-video-nv-2.1.21-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33166 - (hide annotations) (download)
Sat Oct 19 00:20:18 2019 UTC (4 years, 8 months ago) by niro
File size: 213 byte(s)
auto added: ver bump to 2.1.21-r4
1 niro 33166 # $Id$
2    
3     PNAME="xf86-video-nv"
4     PVER="2.1.21"
5     PBUILD="r4"
6    
7     PCAT="x11-drivers"
8    
9     DEPEND="== virtual/X-ABI-VIDEODRV-24.0"
10    
11     sminclude xorg
12    
13     src_prepare()
14     {
15     munpack ${SRCFILE} || die
16     cd ${SRCDIR}
17     mautoreconf || die
18     }