Magellan Linux

Contents of /trunk/core/xorg-docs/xorg-docs-1.4.99.901-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3256 - (show annotations) (download)
Mon Oct 19 09:41:20 2009 UTC (14 years, 7 months ago) by niro
File size: 689 byte(s)
auto added: ver bump to 1.4.99.901-r1
1 # $Id$
2
3 PNAME="xorg-docs"
4 PVER="1.4.99.901"
5 PBUILD="r1"
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