gnome-doc-utils stable port information

Package: gnome-doc-utils
Version: 0.20.6
Revision: 1
Depends: <<
dpkg-base-files,
getoptbin,
libxml2-bin (>= 2.7.8-1),
libxml2-py27 (>= 2.7.8-1),
libxslt-bin (>= 1.1.26-1),
pkgconfig (>= 0.25),
python27,
rarian-compat
<<
BuildDepends: <<
fink (>= 0.24.12),
gettext-bin,
gettext-tools,
intltool40,
libxml2 (>= 2.7.8-1),
libxslt (>= 1.1.26-1)
<<
Replaces: yelp (<< 2.10.0-1)
Source: mirror:gnome:sources/%n/0.20/%n-%v.tar.bz2
Source-MD5: 8f6e05071599bc073007830ea0a68391
ConfigureParams: --mandir=%p/share/man --disable-scrollkeeper --disable-dependency-tracking
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
PatchScript: <<
# perl -pi -e 's/-I m4/-I m4 -I tools/' Makefile.am
perl -pi -e 's,`getopt,`%p/bin/getopt,' tools/gnome-doc-tool.in
<<
CompileScript: <<
# autoreconf -f -i
PYTHON=%p/bin/python2.7 ./configure %c
make
<<
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING* ChangeLog po/ChangeLog:ChangeLog.po xml2po/ChangeLog:ChangeLog.xml2po NEWS README xml2po/TODO:TODO.xml2po
PreInstScript: <<
rm -f %p/share/xml2po/*.pyc
<<
PostInstScript: <<
if [ configure = "$1" ]; then
scrollkeeper-update -q
fi
<<
PostRmScript: <<
if [ remove != "$1" ]; then
scrollkeeper-update -q
fi
<<
Description: Tools and templates for Gnome documentation
DescDetail: <<
gnome-doc-utils is a collection of documentation utilities for the
Gnome project. Notably, it contains utilities for building
documentation and all auxiliary files in your source tree, and it
contains the DocBook XSLT stylesheets that were once distributed
with Yelp.
<<
DescPackaging: <<
# Add missing ACLOCAL flag. See:
# http://bugzilla.gnome.org/show_bug.cgi?id=482017
^only needed if redoing autotools

Prior to 0.18, .pyc were left behind and in a different place
than 0.18 series. Try gently to remove the litter.

OS X 'getopt' program doesn't have the longopts support that
gnome-doc-tool needs. Make sure we use fink's.

<<
License: GPL/LGPL
Maintainer: The Gnome Core Team
Homepage: http://www.gnome.org/