Magellan Linux

Contents 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 461 - (show annotations) (download)
Fri May 7 15:41:55 2010 UTC (13 years, 11 months ago) by niro
File size: 862 byte(s)
-fixed dependencies
1 # $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 SDEPEND=">= x11-libs/libX11-1"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 MCORE_ONLY_KEEP="usr/$(mlibdir)/xorg/modules/openchrome_drv.so"
19 sminclude xorg mcore-split
20
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
33 # inject our no-drm patch
34 mcinjectpatch ${PNAME}-${PVER}-mcore-no-drm.patch || die
35 autoreconf --verbose --install --force || die
36 }
37
38 src_compile()
39 {
40 cd ${SRCDIR}
41
42 xorg_src_configure --disable-dri || die
43 mmake || die
44 }

Properties

Name Value
svn:keywords Id