Magellan Linux

Contents of /trunk/extras/xf86-video-s3/xf86-video-s3-0.7.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33169 - (show annotations) (download)
Sat Oct 19 00:27:45 2019 UTC (4 years, 6 months ago) by niro
File size: 315 byte(s)
auto added: ver bump to 0.7.0-r1
1 # $Id$
2
3 PNAME="xf86-video-s3"
4 PVER="0.7.0"
5 PBUILD="r1"
6
7 PCAT="x11-drivers"
8
9 DEPEND="== virtual/X-ABI-VIDEODRV-24.0"
10
11 sminclude xorg
12
13 SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-xorg114.patch )
14
15 src_prepare()
16 {
17 munpack ${SRCFILE} || die
18 cd ${SRCDIR}
19
20 # fix build
21 mpatch ${PNAME}-${PVER}-xorg114.patch || die
22 }