Magellan Linux

Contents of /branches/R11-unstable/extras/xorg-docs/xorg-docs-1.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25939 - (show annotations) (download)
Tue Nov 25 04:31:18 2014 UTC (9 years, 5 months ago) by niro
File size: 626 byte(s)
-release branches/R11-unstable
1 # $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 }