Skip to content
Snippets Groups Projects

Draft: testing/*: rebuild against ocaml 4.14.1

Closed omni requested to merge omni/aports:rebuild-against-ocaml-4-13 into master
1 file
+ 9
4
Compare changes
  • Side-by-side
  • Inline
@@ -3,17 +3,22 @@
pkgname=ocaml-obuild
_pkgname=obuild
pkgver=0.1.10
pkgrel=0
pkgrel=1
pkgdesc="Simple package build system for ocaml"
url="https://github.com/ocaml-obuild/obuild"
arch="all !x86 !armhf !armv7 !s390x !mips !mips64 !riscv64" # limited by ocaml aport
arch="all !mips64 !riscv64" # limited by ocaml aport
license="BSD-2-Clause"
depends="ocaml-runtime"
makedepends="ocaml ocaml-findlib opam"
makedepends="ocaml ocaml-findlib opam bash"
options="!check" # no tests provided
source="$pkgname-$pkgver.tar.gz::$url/archive/obuild-v$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml-obuild/obuild/archive/obuild-v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-obuild-v$pkgver"
# 32bit archs
case "$CARCH" in
arm*|x86) options="$options textrels" ;;
esac
build() {
./bootstrap
}
Loading