Magellan Linux

Annotation of /branches/R11-stable/extras/xorg-docs/xorg-docs-1.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15016 - (hide annotations) (download)
Wed Jan 2 09:49:27 2013 UTC (11 years, 5 months ago) by niro
Original Path: branches/R11-stable/core/xorg-docs/xorg-docs-1.7-r1.smage2
File size: 659 byte(s)
-release branches/R11-stable
1 niro 12897 # $Id$
2    
3     PNAME="xorg-docs"
4     PVER="1.7"
5     PBUILD="r1"
6    
7     PCAT="app-doc"
8    
9     DESCRIPTION="X.Org docs."
10     HOMEPAGE="http://xorg.freedesktop.org"
11    
12     sminclude xorg
13    
14     DEPEND=""
15    
16     SRC_URI=( ${SRC_URI[*]}
17     mirror://${PNAME}/${SRCFILE}
18     mirror://${PNAME}/${PNAME}-1.0.1-allow-manpages-only.patch
19     )
20    
21     UP2SUBDIR="doc"
22     UP2DATE="updatecmd_xorg ${PNAME}"
23    
24     src_unpack()
25     {
26     munpack ${SRCFILE} || die
27     cd ${SRCDIR}
28    
29     # fixup man page installation
30     mpatch ${PNAME}-1.0.1-allow-manpages-only.patch || die
31     autoreconf -v --force --install || die
32     }
33    
34     src_compile()
35     {
36     cd ${SRCDIR}
37    
38     # install only man pages; other docs not wanted
39     xorg_src_configure --disable-non-man-doc || die
40     mmake || die
41     }