UmVirt LFS Package info

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

xmlto

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

Package info

Template:
Codename: xmlto
Source file: xmlto-0.0.28.tar.bz2
Source file size: 127921
Source file MD5-checkum: 93bab48d446c826399d130d959fe676f
Source directory: xmlto-0.0.28
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/x/xmlto-0.0.28.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/x/xmlto-0.0.28.tar.bz2.md5sum
Dependances: libxslt.
Dependance of: giflib, git, xdg-utils, OpenSP.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
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