UmVirt LFS Package info

DB commit: be1eaeb9e1d7ba0146566f8c9226f3f3cf6c6aa8
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

xmlto

The xmlto package is a front-end to a XSL toolchain.

Package info

Codename: xmlto
Source file: xmlto-0.0.29.tar.gz
Source directory: xmlto-0.0.29
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/x/xmlto-0.0.29.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/x/xmlto-0.0.29.tar.gz.md5sum
Dependances: libxslt.
Dependance of: giflib, xdg-utils, OpenSP, git.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
autoreconf -fiv

LINKS="/usr/bin/links" \
./configure --prefix=/usr

Build script:
make

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    make check
fi

Install script:
make install
#add proxy to skip validation to build offline
mv /usr/bin/xmlto  /usr/bin/xmlto_

cat > /usr/bin/xmlto << "EOF"
/usr/bin/xmlto_ --skip-validation \$@
EOF

chmod +x /usr/bin/xmlto