Magellan Linux

Contents of /branches/magellan-next/core/util-macros/util-macros-1.14.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7677 - (show annotations) (download)
Mon May 30 09:55:36 2011 UTC (12 years, 11 months ago) by niro
File size: 612 byte(s)
auto added: ver bump to 1.14.0-r1
1 # $Id$
2
3 PNAME="util-macros"
4 PVER="1.14.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 }