the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: gtk-doc
Version: 1.9
Revision: 2
BuildDepends: <<
fink (>= 0.24.12-1),
libxml2 (>= 2.6.22-1003),
libxslt (>= 1.1.14-1)
<<
Depends: <<
docbook-dtd (>= 4.2.0-2),
docbook-xsl (>= 1.62.4-2),
docbook-dsssl-nwalsh (>= 1.78-2),
libxml2-bin (>= 2.6.22-1003),
libxslt-bin (>= 1.1.14-1),
libxslt-shlibs (>= 1.1.14-1),
openjade (>= 1.3.2-1029),
pkgconfig (>= 0.20-1),
rarian-compat
<<
Source: mirror:gnome:sources/%n/%v/%n-%v.tar.bz2
Source-MD5: bcd002f381385812737a05538eb8b21e
PatchFile: %n.patch
PatchFile-MD5: 01bd15eacaea27cfffa4bd6aacf6338f
ConfigureParams: --with-xml-catalog=%p/etc/xml/catalog --disable-dependency-tracking ac_cv_path_scrollkeeper_config=no
CompileScript: <<
PERL=/usr/bin/perl ./configure %c
make
<<
InstallScript: <<
make install DESTDIR=%d
install -d -m 755 %i/share/doc/%n/doc
install -d -m 755 %i/share/doc/%n/examples
install -c -m 644 doc/* %i/share/doc/%n/doc/
install -c -m 644 examples/* %i/share/doc/%n/examples/
<<
PostInstScript: <<
if [ configure = "$1" ]; then
scrollkeeper-update -q
fi
<<
PostRmScript: <<
if [ remove != "$1" ]; then
scrollkeeper-update -q
fi
<<
DocFiles: AUTHORS COPYING COPYING-DOCS ChangeLog INSTALL MAINTAINERS NEWS README TODO
Description: GTK+ - API documentation generator
DescDetail: <<
gtk-doc is a set of perl scripts that generate API reference documention in
DocBook format. It can extract documentation from source code comments in a
manner similar to java-doc. It is used to generate the documentation for
GLib, Gtk+, and GNOME.
<<
License: GPL
Maintainer: The Gnome Core Team
DescPackaging: <<
Formerly maintained by Masanori Sekino and Michele Garoche.
Added libxslt-bin to Depends in order to get xsltproc, otherwise some
packages fail to build.
Changed the version of libxml2 and libxslt to be sure to get the right
split offs.
Added scrollkeeper to update omf files.
Usual patch for omf.make and Makefile.in to update files during
post installation.
Customized docbook-to-man, and tools not installed
Avoid dependency mess if /sw/bin/perl exists at compile-time
<<
Homepage: http://www.gtk.org/gtk-doc/
diff -uNr gtk-doc-1.8/omf.make gtk-doc-1.8-new/omf.make
--- gtk-doc-1.8/omf.make 2007-01-03 10:05:21.000000000 -0500
+++ gtk-doc-1.8-new/omf.make 2007-02-16 12:01:16.000000000 -0500
@@ -45,7 +45,6 @@
for file in $(omffile); do \
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
done
- -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
uninstall-local-omf:
-for file in $(srcdir)/*.omf; do \
@@ -53,7 +52,6 @@
rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
done
-rmdir $(DESTDIR)$(omf_dest_dir)
- -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir)
clean-local-omf:
-for file in $(omffile); do \
Package: gtk-doc
Version: 1.9
Revision: 2
BuildDepends: <<
fink (>= 0.24.12-1),
libxml2 (>= 2.6.22-1003),
libxslt (>= 1.1.14-1)
<<
Depends: <<
docbook-dtd (>= 4.2.0-2),
docbook-xsl (>= 1.62.4-2),
docbook-dsssl-nwalsh (>= 1.78-2),
libxml2-bin (>= 2.6.22-1003),
libxslt-bin (>= 1.1.14-1),
libxslt-shlibs (>= 1.1.14-1),
openjade (>= 1.3.2-1029),
pkgconfig (>= 0.20-1),
rarian-compat
<<
Source: mirror:gnome:sources/%n/%v/%n-%v.tar.bz2
Source-MD5: bcd002f381385812737a05538eb8b21e
PatchFile: %n.patch
PatchFile-MD5: 01bd15eacaea27cfffa4bd6aacf6338f
ConfigureParams: --with-xml-catalog=%p/etc/xml/catalog --disable-dependency-tracking ac_cv_path_scrollkeeper_config=no
CompileScript: <<
PERL=/usr/bin/perl ./configure %c
make
<<
InstallScript: <<
make install DESTDIR=%d
install -d -m 755 %i/share/doc/%n/doc
install -d -m 755 %i/share/doc/%n/examples
install -c -m 644 doc/* %i/share/doc/%n/doc/
install -c -m 644 examples/* %i/share/doc/%n/examples/
<<
PostInstScript: <<
if [ configure = "$1" ]; then
scrollkeeper-update -q
fi
<<
PostRmScript: <<
if [ remove != "$1" ]; then
scrollkeeper-update -q
fi
<<
DocFiles: AUTHORS COPYING COPYING-DOCS ChangeLog INSTALL MAINTAINERS NEWS README TODO
Description: GTK+ - API documentation generator
DescDetail: <<
gtk-doc is a set of perl scripts that generate API reference documention in
DocBook format. It can extract documentation from source code comments in a
manner similar to java-doc. It is used to generate the documentation for
GLib, Gtk+, and GNOME.
<<
License: GPL
Maintainer: The Gnome Core Team
DescPackaging: <<
Formerly maintained by Masanori Sekino and Michele Garoche.
Added libxslt-bin to Depends in order to get xsltproc, otherwise some
packages fail to build.
Changed the version of libxml2 and libxslt to be sure to get the right
split offs.
Added scrollkeeper to update omf files.
Usual patch for omf.make and Makefile.in to update files during
post installation.
Customized docbook-to-man, and tools not installed
Avoid dependency mess if /sw/bin/perl exists at compile-time
<<
Homepage: http://www.gtk.org/gtk-doc/
diff -uNr gtk-doc-1.8/omf.make gtk-doc-1.8-new/omf.make
--- gtk-doc-1.8/omf.make 2007-01-03 10:05:21.000000000 -0500
+++ gtk-doc-1.8-new/omf.make 2007-02-16 12:01:16.000000000 -0500
@@ -45,7 +45,6 @@
for file in $(omffile); do \
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
done
- -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
uninstall-local-omf:
-for file in $(srcdir)/*.omf; do \
@@ -53,7 +52,6 @@
rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
done
-rmdir $(DESTDIR)$(omf_dest_dir)
- -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir)
clean-local-omf:
-for file in $(omffile); do \