From 3ea118af1cd765fc11767538a4724bfa88ee4d14 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 21 Dec 2019 01:25:05 +0000 Subject: system/the rest: modernise, fix metadata --- system/xmlto/APKBUILD | 4 ---- 1 file changed, 4 deletions(-) (limited to 'system/xmlto') diff --git a/system/xmlto/APKBUILD b/system/xmlto/APKBUILD index cde9e5e58..cbba646f5 100644 --- a/system/xmlto/APKBUILD +++ b/system/xmlto/APKBUILD @@ -10,12 +10,10 @@ 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 \ @@ -26,12 +24,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make -j1 DESTDIR="$pkgdir" install } -- cgit v1.2.3-70-g09d2