Magellan Linux

Contents of /smage/trunk/core/util-macros/util-macros-1.11.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 879 - (show annotations) (download)
Sat Dec 4 14:58:25 2010 UTC (13 years, 4 months ago) by niro
File size: 673 byte(s)
auto added: ver bump to 1.11.0-r1
1 # $Id: util-macros-1.7.0-r1.smage2 5279 2010-04-20 18:44:40Z niro $
2
3 PNAME="util-macros"
4 PVER="1.11.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 }