Magellan Linux

Contents of /branches/branch-xorg18/core/util-macros/util-macros-1.3.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (show annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 1 month ago) by niro
File size: 611 byte(s)
created branch 'branch-xorg18'
1 # $Id$
2
3 PNAME="util-macros"
4 PVER="1.3.0"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-misc"
8 STATE="unstable"
9
10 DESCRIPTION="X.Org utility macros for autoconf and automake."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 sminclude xorg
14
15 # both needed to suppress deps froms sminc;
16 # depwalker will results in endless loop if missing
17 DEPEND=""
18 SDEPEND=""
19
20 SRC_URI=( ${SRC_URI[*]}
21 mirror://${PNAME}/${PNAME}-1.1.5-driver-man-suffix.patch
22 )
23
24 UP2SUBDIR="util"
25 UP2DATE="updatecmd_xorg ${PNAME}"
26
27 src_prepare()
28 {
29 munpack ${SRCFILE} || die
30 cd ${SRCDIR}
31
32 # enable 4x driver man pages
33 mpatch ${PNAME}-1.1.5-driver-man-suffix.patch || die
34 }

Properties

Name Value
svn:keywords Id