Magellan Linux

Annotation of /trunk/extras/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11920 - (hide annotations) (download)
Mon Apr 30 09:19:05 2012 UTC (12 years, 1 month ago) by niro
File size: 548 byte(s)
auto added: ver bump to 0.20.10-r1
1 niro 11920 # $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     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     }