libtidy-0.99.0-shlibs stable port information

Package: libtidy-0.99.0-shlibs
Version: 090425
Revision: 2
Epoch: 1
Description: Shared library for HTML Tidy
License: BSD
Maintainer: Daniel Johnson

Source: http://homepage.mac.com/danielj7/tidy-%v.tar.bz2
Source-MD5: 2b104f6865668a282761b959f3c8ee34
SourceDirectory: tidy

BuildDepends: libxslt-bin, doxygen, autoconf, automake1.11, libtool2

PatchScript: perl -pi -e 's|\(includedir\)|(includedir)/tidy|g' build/gnuauto/include/Makefile.am

NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
ConfigureParams: --disable-dependency-tracking --disable-static
CompileScript: <<
sh build/gnuauto/setup.sh
%{default_script}
make -C build/gmake/ doc
mv htmldoc/doxygen.cfg Doxyfile
doxygen
<<

InfoTest: <<
TestScript: <<
perl -pi -e 's|bin/tidy|console/tidy|' test/testone.sh test/testaccessone.sh
cd test && ./testall.sh || exit 2
cd test && ./testaccess.sh || exit 2
cd test && sh ./testxml.sh || exit 2
<<
<<

InstallScript: <<
make install DESTDIR=%d
install -d %i/share/man/man1
install -m 644 htmldoc/tidy.1 %i/share/man/man1
<<

Shlibs: %p/lib/libtidy-0.99.0.dylib 1.0.0 %n (>= 1:090425-1)
DocFiles: htmldoc/license.html

Homepage: http://tidy.sourceforge.net
DescDetail: <<
HTML Tidy reads HTML, XHTML and XML files and writes cleaned up
markup. For HTML variants, it detects and corrects many common coding
errors and strives to produce visually equivalent markup that is both
W3C compliant and works on most browsers. A common use of Tidy is to
convert plain HTML to XHTML. For generic XML files, Tidy is limited
to correcting basic well-formedness errors and pretty printing.
<<
DescPackaging: <<
Based on a previous version by Sylvain Cuaz
and the tidy-devel FreeBSD port
maintained by .

API documentation has moved to the libtidy-0.99.0-dev package.

This package adopts the original file version numbering from the HTML
Tidy project (e.g. version 1:051026 instead of 20051026).

There is a new install_name since there are ABI changes.

This package is built using the "gnuauto" build system.
<<

Splitoff: <<
Package: tidy
Description: Utility to clean up HTML/XHTML/XML
Depends: libtidy-0.99.0-shlibs (= %e:%v-%r)
Files: bin share/man
DocFiles: htmldoc/*.{html,gif,css}
<<

Splitoff2: <<
Package: libtidy-0.99.0-dev
Description: Development files for HTML Tidy
BuildDependsOnly: true
Replaces: tidy-dev (<= 1:051026-4), libtidy-dev
Conflicts: libtidy-dev
Depends: libtidy-0.99.0-shlibs (= %e:%v-%r)
DocFiles: htmldoc/license.html htmldoc/api/*
Files: <<
include
lib/libtidy.la
lib/libtidy.dylib
<<
<<