makedepends=(libxslt docbook-xsl docbook-xml links)

description="Convert xml to many other formats"
url="http://cyberelk.net/tim/software/xmlto/"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=xmlto
version=0.0.29
release=1

source=(https://pagure.io/xmlto/archive/${version}/${name}-${version}.tar.gz)

build() {
  cd $name-$version
  unset MAKEFLAGS

  autoreconf -fiv
  
  LINKS="/usr/bin/links" \
  ./configure --prefix=/usr
  make
  make DESTDIR=$PKG install
}
