Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1805 - (show annotations) (download)
Fri Sep 23 18:43:02 2011 UTC (12 years, 7 months ago) by niro
File size: 595 byte(s)
auto added: ver bump to 1.15.0-r1
1 # $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 }