Magellan Linux

Annotation of /smage/trunk/core/util-macros/util-macros-1.7.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 179 - (hide annotations) (download)
Mon Apr 26 20:31:30 2010 UTC (14 years ago) by niro
File size: 617 byte(s)
auto added: ver bump to 1.7.0-r1.smage2
1 niro 179 # $Id$
2    
3     PNAME="util-macros"
4     PVER="1.7.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 mcore
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