Magellan Linux

Contents of /smage/trunk/core/xf86-video-s3/xf86-video-s3-0.6.5-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5525 - (show annotations) (download)
Thu Mar 27 14:12:06 2014 UTC (10 years, 2 months ago) by niro
File size: 516 byte(s)
-rebuild against xorg-server-1.15
1 # $Id$
2
3 PNAME="xf86-video-s3"
4 PVER="0.6.5"
5 PBUILD="r3"
6
7 PCAT="x11-drivers"
8
9 DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND="== virtual/X-ABI-VIDEODRV-15"
13
14 ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/s3_drv.so"
15 sminclude xorg
16
17 SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-xorg114.patch )
18
19 UP2DATE="updatecmd_xorg ${PNAME}"
20
21 src_prepare()
22 {
23 munpack ${SRCFILE} || die
24 cd ${SRCDIR}
25
26 # fix build
27 mpatch ${PNAME}-${PVER}-xorg114.patch || die
28 }