Magellan Linux

Annotation of /trunk/extras/xorg-docs/xorg-docs-1.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24852 - (hide annotations) (download)
Tue May 12 09:14:29 2015 UTC (9 years, 1 month ago) by niro
File size: 626 byte(s)
auto added: ver bump to 1.7.1-r1
1 niro 24852 # $Id$
2    
3     PNAME="xorg-docs"
4     PVER="1.7.1"
5     PBUILD="r1"
6    
7     PCAT="app-doc"
8    
9     DESCRIPTION="X.Org docs."
10     HOMEPAGE="http://xorg.freedesktop.org"
11    
12     UP2SUBDIR="doc"
13     sminclude xorg
14    
15     DEPEND=""
16    
17     SRC_URI=( ${SRC_URI[*]}
18     mirror://${PNAME}/${SRCFILE}
19     mirror://${PNAME}/${PNAME}-1.0.1-allow-manpages-only.patch
20     )
21    
22     src_unpack()
23     {
24     munpack ${SRCFILE} || die
25     cd ${SRCDIR}
26    
27     # fixup man page installation
28     mpatch ${PNAME}-1.0.1-allow-manpages-only.patch || die
29     autoreconf -v --force --install || die
30     }
31    
32     src_compile()
33     {
34     cd ${SRCDIR}
35    
36     # install only man pages; other docs not wanted
37     xorg_src_configure --disable-non-man-doc || die
38     mmake || die
39     }