Magellan Linux

Contents of /smage/trunk/core/xf86-video-s3virge/xf86-video-s3virge-1.10.6_20150616-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7702 - (show annotations) (download)
Thu Sep 24 09:04:43 2015 UTC (8 years, 7 months ago) by niro
File size: 301 byte(s)
auto added: ver bump to 1.10.6_20150616-r4
1 # $Id$
2
3 PNAME="xf86-video-s3virge"
4 PVER="1.10.6_20150616"
5 PBUILD="r4"
6
7 PCAT="x11-drivers"
8
9 DEPEND="== virtual/X-ABI-VIDEODRV-18"
10
11 ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/s3virge_drv.so"
12 sminclude xorg alx-split
13
14 src_prepare()
15 {
16 munpack ${SRCFILE} || die
17 cd ${SRCDIR}
18 mautoreconf || die
19 }