Magellan Linux

Annotation of /branches/R11-stable/core/util-macros/util-macros-1.17-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11706 - (hide annotations) (download)
Thu Mar 15 15:59:41 2012 UTC (12 years, 6 months ago) by niro
Original Path: trunk/core/util-macros/util-macros-1.17-r1.smage2
File size: 587 byte(s)
auto added: ver bump to 1.17-r1
1 niro 11706 # $Id$
2    
3     PNAME="util-macros"
4     PVER="1.17"
5     PBUILD="r1"
6    
7     PCAT="x11-misc"
8    
9     DESCRIPTION="X.Org utility macros for autoconf and automake."
10     HOMEPAGE="http://xorg.freedesktop.org"
11    
12     sminclude xorg
13    
14     # both needed to suppress deps froms sminc;
15     # depwalker will results in endless loop if missing
16     DEPEND=""
17     SDEPEND=""
18    
19     SRC_URI=( ${SRC_URI[*]}
20     mirror://${PNAME}/${PNAME}-1.1.5-driver-man-suffix.patch
21     )
22    
23     UP2SUBDIR="util"
24     UP2DATE="updatecmd_xorg ${PNAME}"
25    
26     src_prepare()
27     {
28     munpack ${SRCFILE} || die
29     cd ${SRCDIR}
30    
31     # enable 4x driver man pages
32     mpatch ${PNAME}-1.1.5-driver-man-suffix.patch || die
33     }