Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 812 - (show annotations) (download)
Fri Dec 26 03:35:13 2008 UTC (15 years, 5 months ago) by niro
File size: 726 byte(s)
-moved to 'core'
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="r2"
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 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 }

Properties

Name Value
svn:keywords Id