Magellan Linux

Contents of /trunk/core/libdrm/libdrm-2.4.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 583 - (show annotations) (download)
Thu Dec 25 22:09:19 2008 UTC (15 years, 4 months ago) by niro
File size: 619 byte(s)
-ver bump to 2.4.3-r1
1 # $Header: /magellan-cvs/smage/libdrm/libdrm-2.3.99_20080731-r1.smage2,v 1.1 2008/07/31 16:52:49 niro Exp $
2
3 PNAME="libdrm"
4 PVER="2.4.3"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Xorg drm library."
11 HOMEPAGE="http://dri.freedesktop.org/"
12
13 sminclude xorg multilib
14
15 DEPEND=""
16
17 SRCFILE="${PNAME}-${PVER}.tar.bz2"
18
19 SRC_URI=(
20 http://dri.freedesktop.org/${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd http://dri.freedesktop.org/${PNAME}/ | lasttarball"
25
26 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29
30 # create makefiles
31 all-abis autoreconf --verbose --force --install || die
32 }

Properties

Name Value
svn:keywords Id