the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libtidyp-shlibs
Version: 1.04
Revision: 1
Description: Shared library for HTML Tidy
License: BSD
Maintainer: Daniel Johnson
# aria2c can't download the file from github, so I put it on my server.
#Source: http://github.com/downloads/petdance/tidyp/tidyp-%v.tar.gz
Source: http://homepage.mac.com/danielj7/tidyp-%v.tar.gz
Source-MD5: 00a6b804f6625221391d010ca37178e1
# Using -version-info AND -release is bad.
PatchScript: perl -pi -e 's/-release \$\(LT_RELEASE\) //' src/Makefile.in
UseMaxBuildJobs: true
ConfigureParams: --disable-dependency-tracking --disable-static
InstallScript: make install DESTDIR=%d
Shlibs: %p/lib/libtidyp.0.dylib 1.0.0 %n (>= 1.04-1)
DocFiles: ChangeLog README
Homepage: http://www.tidyp.com/
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.
tidyp is a fork of http://tidy.sourceforge.net/
<<
Splitoff: <<
Package: tidyp
Description: Utility to clean up HTML/XHTML/XML
Depends: libtidyp-shlibs (= %v-%r)
Files: bin
DocFiles: ChangeLog README
<<
Splitoff2: <<
Package: libtidyp-dev
Description: Development files for HTML Tidy
BuildDependsOnly: true
Depends: libtidyp-shlibs (= %v-%r)
DocFiles: ChangeLog README
Files: <<
include
lib/libtidyp.la
lib/libtidyp.dylib
<<
<<