summaryrefslogtreecommitdiff
path: root/system/xmlto
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-21 01:25:05 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-21 01:25:05 +0000
commit3ea118af1cd765fc11767538a4724bfa88ee4d14 (patch)
tree20ca87504ef803f47ef99f09347d6d3575a022f8 /system/xmlto
parente64e8125463de387720322e2fc84e2943811dfdf (diff)
downloadpackages-3ea118af1cd765fc11767538a4724bfa88ee4d14.tar.gz
packages-3ea118af1cd765fc11767538a4724bfa88ee4d14.tar.bz2
packages-3ea118af1cd765fc11767538a4724bfa88ee4d14.tar.xz
packages-3ea118af1cd765fc11767538a4724bfa88ee4d14.zip
system/the rest: modernise, fix metadata
Diffstat (limited to 'system/xmlto')
-rw-r--r--system/xmlto/APKBUILD4
1 files changed, 0 insertions, 4 deletions
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
}