Magellan Linux

Contents of /trunk/core/xorg-docs/xorg-docs-1.4-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 813 - (show annotations) (download)
Fri Dec 26 03:36:31 2008 UTC (15 years, 4 months ago) by niro
File size: 777 byte(s)
-rev bump to 1.4-r3
1 # $Header: /magellan-cvs/smage/xorg-docs/xorg-docs-1.4-r2.smage2,v 1.1 2008/03/24 13:39:51 niro Exp $
2
3 PNAME="xorg-docs"
4 PVER="1.4"
5 PBUILD="r3"
6
7 PCATEGORIE="app-doc"
8 STATE="unstable"
9
10 DESCRIPTION="X.Org docs."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
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 UP2SUBDIR="doc"
23 UP2DATE="updatecmd_xorg ${PNAME}"
24
25 src_unpack()
26 {
27 munpack ${SRCFILE} || die
28 cd ${SRCDIR}
29
30 # fixup man page installation
31 mpatch ${PNAME}-1.0.1-allow-manpages-only.patch || die
32 autoreconf -v --force --install || die
33 }
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38
39 # install only man pages; other docs not wanted
40 xorg_src_configure --disable-non-man-doc || die
41 mmake || die
42 }

Properties

Name Value
svn:keywords Id