Magellan Linux

Annotation of /smage/trunk/core/xf86-video-openchrome/xf86-video-openchrome-0.2.904_svn841-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 463 - (hide annotations) (download)
Fri May 7 15:43:07 2010 UTC (14 years ago) by niro
File size: 870 byte(s)
auto added: ver bump to 0.2.904_svn841-r1
1 niro 424 # $Id$
2    
3     PNAME="xf86-video-openchrome"
4     PVER="0.2.904_svn841"
5     PBUILD="r1"
6    
7     PCATEGORIE="x11-drivers"
8     STATE="unstable"
9    
10     DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."
11     HOMEPAGE="http://xorg.freedesktop.org"
12    
13 niro 461 SDEPEND=">= x11-libs/libX11-1"
14 niro 424
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18 niro 463 MCORE_ONLY_KEEP="usr/$(mlibdir)/xorg/modules/drivers/openchrome_drv.so"
19 niro 449 sminclude xorg mcore-split
20 niro 424
21     SRC_URI=(
22     http://www.openchrome.org/releases/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd http://www.openchrome.org/releases/ | lasttarball"
27    
28     src_prepare()
29     {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32 niro 448
33     # inject our no-drm patch
34     mcinjectpatch ${PNAME}-${PVER}-mcore-no-drm.patch || die
35 niro 424 autoreconf --verbose --install --force || die
36     }
37    
38     src_compile()
39     {
40     cd ${SRCDIR}
41    
42 niro 446 xorg_src_configure --disable-dri || die
43 niro 424 mmake || die
44     }

Properties

Name Value
svn:keywords Id