Magellan Linux

Annotation of /branches/magellan-next/core/util-macros/util-macros-1.15.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8434 - (hide annotations) (download)
Mon Jul 18 19:50:43 2011 UTC (12 years, 10 months ago) by niro
File size: 595 byte(s)
auto added: ver bump to 1.15.0-r1
1 niro 8434 # $Id$
2    
3     PNAME="util-macros"
4     PVER="1.15.0"
5     PBUILD="r1"
6    
7     PCATEGORIE="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     }