From f319a79c3d9bf87a3c322428e27800c8fdad7b2c Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 25 Jun 2018 06:13:15 -0500 Subject: system/xmlto: pull in for git --- system/xmlto/APKBUILD | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 system/xmlto/APKBUILD (limited to 'system') diff --git a/system/xmlto/APKBUILD b/system/xmlto/APKBUILD new file mode 100644 index 000000000..2ef0f1126 --- /dev/null +++ b/system/xmlto/APKBUILD @@ -0,0 +1,36 @@ +# Contributor: Carlo Landmeter +# Maintainer: A. Wilcox +pkgname=xmlto +pkgver=0.0.28 +pkgrel=2 +pkgdesc="Tool for converting XML files to various formats" +url="https://pagure.io/xmlto/" +arch="all" +license="GPL-2.0+" +depends="libxslt perl-yaml-syck perl-test-pod bash docbook-xsl" +makedepends="bash" +install="" +subpackages="$pkgname-doc" +source="https://releases.pagure.org/xmlto/xmlto-$pkgver.tar.bz2" + +build() { + cd "$builddir" + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --mandir=/usr/share/man + make -j1 +} + +check() { + cd "$builddir" + make check +} + +package() { + cd "$builddir" + make -j1 DESTDIR="$pkgdir" install +} + +sha512sums="6e0c4968d4f1b7a3b132904182aa72a73f6167553eabdeb65cfafa6295ef7b960541685769d04144207963cca77b0c44db4f9fbb2796348ffcb37b3b399f18f1 xmlto-0.0.28.tar.bz2" -- cgit v1.2.3-60-g2f50