UmVirt LFS Package info

DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

tidy-html5

The Tidy HTML5 package contains a command line tool and libraries used to read HTML, XHTML and XML files and write cleaned up markup. It detects and corrects many common coding errors and strives to produce visually equivalent markup that is both W3C compliant and compatible with most browsers.

Package info

Template:
Codename: tidy-html5
Source file: tidy-html5-5.8.0.tar.gz
Source file size: 1015303
Source file MD5-checkum: 0f6c55ef651e258adbe5750f555af50f
Source directory: tidy-html5-5.8.0
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/t/tidy-html5-5.8.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/t/tidy-html5-5.8.0.tar.gz.md5sum
Dependances: libxslt, cmake.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
cd build/cmake &&

cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release  \
      -D BUILD_TAB2SPACE=ON        \
      ../..  

Build script:
cd build/cmake &&

make

Install script:
cd build/cmake &&

make install &&
rm -fv /usr/lib/libtidy.a &&
install -v -m755 tab2space /usr/bin