Magellan Linux

Contents of /branches/R11-unstable/extras/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25262 - (show annotations) (download)
Tue Nov 25 03:18:50 2014 UTC (9 years, 5 months ago) by niro
File size: 583 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="gnome-doc-utils"
4 PVER="0.20.10"
5 PBUILD="r1"
6
7 PCAT="app-text"
8
9 DESCRIPTION="gnome-doc-utils is a collection of documentation utilities for the Gnome project."
10 HOMEPAGE="http://www.gnome.org/"
11
12 # libxml must be compiled with python support!
13 DEPEND=">= dev-libs/libxml2-2.7
14 >= dev-libs/libxslt-1.1.26
15 >= dev-lang/python-2.7"
16
17 SDEPEND=">= dev-util/intltool-0.50
18 >= sys-dev/gettext-0.18"
19
20 SRCFILE="${PNAME}-${PVER}.tar.xz"
21
22 sminclude gnome2
23
24 UP2DATE="updatecmd_gnome ${PNAME}"
25
26 src_compile()
27 {
28 cd ${SRCDIR}
29
30 gn2_configure --disable-scrollkeeper || die
31 mmake || die
32 }