diff options
author | Fernando Casas Schössow <casasfernando@outlook.com> | 2019-02-07 12:05:52 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-03-05 13:34:20 +0000 |
commit | f546733349d4ba39c527d65becd0e1acce638c85 (patch) | |
tree | 38a97b6646bfc33d82232a84d592ae2a2190c5e5 /testing/ocaml-calendar | |
parent | 33750e5ca0ad4e88de99c7f349965eb1631d1ef7 (diff) | |
download | aports-f546733349d4ba39c527d65becd0e1acce638c85.tar.bz2 aports-f546733349d4ba39c527d65becd0e1acce638c85.tar.xz |
testing/ocaml-calendar: remove ocaml-calendar documentation build for now
Diffstat (limited to 'testing/ocaml-calendar')
-rw-r--r-- | testing/ocaml-calendar/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/ocaml-calendar/APKBUILD b/testing/ocaml-calendar/APKBUILD index 2bc559b892..ceb4e8a522 100644 --- a/testing/ocaml-calendar/APKBUILD +++ b/testing/ocaml-calendar/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fernando Casas Schossow <casasfernando@outlook.com> pkgname=ocaml-calendar pkgver=2.03.2 -pkgrel=0 +pkgrel=1 pkgdesc="Objective Caml library for managing dates and times" url="http://calendar.forge.ocamlcore.org/" arch="aarch64 ppc64le x86_64" # restrict by ocaml @@ -14,9 +14,8 @@ builddir="$srcdir/calendar-$pkgver" build() { cd "$builddir" - ./configure --prefix=/usr + ./configure --prefix=/usr --libdir=/usr/lib make - make doc } check() { |