Magellan Linux

Contents of /branches/magellan-next/extras/gnome-doc-utils/gnome-doc-utils-0.20.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9398 - (show annotations) (download)
Mon Nov 28 21:37:19 2011 UTC (12 years, 5 months ago) by niro
File size: 553 byte(s)
auto added: ver bump to 0.20.6-r1
1 # $Id$
2
3 PNAME="gnome-doc-utils"
4 PVER="0.20.6"
5 PBUILD="r1"
6
7 PCATEGORIE="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 sminclude gnome2
21
22 UP2DATE="updatecmd_gnome ${PNAME}"
23
24 src_compile()
25 {
26 cd ${SRCDIR}
27
28 gn2_configure --disable-scrollkeeper || die
29 mmake || die
30 }