Magellan Linux

Contents of /smage/trunk/core/xf86-video-trident/xf86-video-trident-1.3.6_20130311-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5778 - (show annotations) (download)
Fri Jul 4 12:43:43 2014 UTC (9 years, 11 months ago) by niro
File size: 262 byte(s)
-rebuild
1 # $Id$
2
3 PNAME="xf86-video-trident"
4 PVER="1.3.6_20130311"
5 PBUILD="r3"
6
7 PCAT="x11-drivers"
8
9 DEPEND="== virtual/X-ABI-VIDEODRV-15"
10 SDEPEND=">= x11-proto/xf86dgaproto-1"
11
12 sminclude xorg
13
14 src_prepare()
15 {
16 munpack ${SRCFILE} || die
17 cd ${SRCDIR}
18 mautoreconf || die
19 }