# Maintainer: PktSurf app=xmlto version=0.0.29 build=1sml homepage="https://pagure.io/xmlto" download="https://releases.pagure.org/xmlto/xmlto-$version.tar.bz2" desc="XML conversion tool" requires="libxslt" prepbuilddir() { mkandenterbuilddir rm -rf $app-$version tar xf $srcdir/$app-$version.tar.?z* cd $app-$version fixbuilddirpermissions touch NEWS README AUTHORS autoreconf -vif } build() { ./configure \ --prefix=/usr make make install DESTDIR=$pkg cp COPYING $pkgdocs/ mkfinalpkg } sha512sums=" 991d65dc001d9b0144363ecc4ba57def79c440d80a2106b729484afbe3b4b3a027ae0f0073a6cc283d041fa067dc843c554938afabf1d86964ca7cf33a92cb38 xmlto-0.0.29.tar.lz "