Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/util-macros/util-macros-1.19.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7386 - (show annotations) (download)
Mon Sep 21 08:40:44 2015 UTC (8 years, 7 months ago) by niro
File size: 561 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="util-macros"
4 PVER="1.19.0"
5 PBUILD="r2"
6
7 PCAT="x11-misc"
8
9 DESCRIPTION="X.Org utility macros for autoconf and automake."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 UP2SUBDIR="util"
13 sminclude xorg
14
15 # override deps of included xorg.sminc;
16 # depwalker will results in an endless loop if this is 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 src_prepare()
25 {
26 munpack ${SRCFILE} || die
27 cd ${SRCDIR}
28
29 # enable 4x driver man pages
30 mpatch ${PNAME}-1.1.5-driver-man-suffix.patch || die
31 }