Magellan Linux

Annotation of /trunk/deprecated/xf86-video-sunffb/xf86-video-sunffb-1.1.0_20080325-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 692 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/xf86-video-sunffb/xf86-video-sunffb-1.1.0_20080325-r1.smage2,v 1.1 2008/03/25 00:15:27 niro Exp $
2    
3     PNAME="xf86-video-sunffb"
4     PVER="1.1.0_20080325"
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     sminclude xorg
14    
15     SDEPEND="${SDEPEND}
16     >= x11-proto/xf86driproto-1
17     >= x11-libs/libdrm-2.0.2"
18    
19     # using a git-tarball
20     SRC_URI=( mirror://${PNAME}/${SRCFILE} )
21    
22     src_prepare()
23     {
24     munpack ${SRCFILE} || die
25     cd ${SRCDIR}
26     autoreconf --verbose --install --force || die
27     }
28    
29     src_compile()
30     {
31     cd ${SRCDIR}
32    
33     xorg_src_configure --enable-dri || die
34     mmake || die
35     }

Properties

Name Value
svn:keywords Id