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 11921 - (hide annotations) (download)
Mon Apr 30 09:21:26 2012 UTC (12 years, 1 month ago) by niro
File size: 583 byte(s)
-fixed SRCFILE
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 niro 11921 SRCFILE="${PNAME}-${PVER}.tar.xz"
21    
22 niro 11920 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     }