Magellan Linux

Contents of /branches/magellan-next/core/xf86-video-openchrome/xf86-video-openchrome-0.2.904_svn925-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7801 - (show annotations) (download)
Wed Jun 1 17:39:29 2011 UTC (12 years, 11 months ago) by niro
File size: 856 byte(s)
auto added: ver bump to 0.2.904_svn925-r1
1 # $Id$
2
3 PNAME="xf86-video-openchrome"
4 PVER="0.2.904_svn925"
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 DEPEND="${DEPEND}
14 >= x11-libs/libXvMC-1"
15
16 SDEPEND="${SDEPEND}
17 >= x11-proto/xf86driproto-1
18 >= x11-proto/glproto-1.4.12
19 >= x11-libs/libdrm-2.4.25
20 >= x11-libs/libX11-1"
21
22 SRCFILE="${PNAME}-${PVER}.tar.gz"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude xorg
26
27 SRC_URI=(
28 http://www.openchrome.org/releases/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd http://www.openchrome.org/releases/ | grep -v latest | lasttarball"
33
34 src_prepare()
35 {
36 munpack ${SRCFILE} || die
37 cd ${SRCDIR}
38 autoreconf --verbose --install --force || die
39 }
40
41 src_compile()
42 {
43 cd ${SRCDIR}
44
45 xorg_src_configure --enable-dri || die
46 mmake || die
47 }