Package: tidy Version: 20050824 Revision: 2 Maintainer: Sylvain Cuaz # Source: http://tidy.sourceforge.net/src/old/tidy_src_050824.tgz Source-MD5: a2c0dea89bb4ac95fb6b7fd83e6c2cc3 Source2: http://tidy.sourceforge.net/docs/tidy_docs_050705.tgz Source2-MD5: 2e6533fc48b077ff6243deaf21a781de SourceDirectory: %n PatchScript: << #!/bin/bash head -n 67 include/tidy.h | tail -n 55 > COPYRIGHT cd build/gmake mv Makefile Makefile.orig sed -e 's:$(AR) $@ $(OBJFILES):$(AR) $@ $(OBJFILES) ; ranlib $@:' < Makefile.orig > Makefile << CompileScript: << #!/bin/bash cd build/gmake make << InstallScript: << #!/bin/bash pushd build/gmake make install runinst_prefix=%i devinst_prefix=%i maninst='${devinst_prefix}/share/man' mkdir -p %i/share/doc popd cp -R htmldoc %i/share/doc/%n << DocFiles: COPYRIGHT Homepage: http://tidy.sourceforge.net Description: Utility to tidy up HTML code DescDetail: << When editing HTML it's easy to make mistakes. Wouldn't it be nice if there was a simple way to fix these mistakes automatically and tidy up sloppy editing into nicely layed out markup? Well now there is! Dave Raggett's HTML TIDY is a free utility for doing just that. It also works great on the atrociously hard to read markup generated by specialized HTML editors and conversion tools, and can help you identify where you need to pay further attention on making your pages more accessible to people with disabilities. << DescUsage: tidy messy.html > tidied-up.html DescPackaging: << This program does not use configure. The copyright notice is in "tidy.h" (license is MIT). patch to install man pages where they belong << DescPort: << Patch the Makefile so that it runs ranlib << License: BSD # Splitoff: << Package: %N-dev Files: include lib DocFiles: COPYRIGHT <<