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
+ 11
6
Compare changes
  • Side-by-side
  • Inline
@@ -2,20 +2,25 @@
# Maintainer: alpine-mips-patches <info@mobile-stream.com>
pkgname=ocaml-camlp5
_pkgname=camlp5
pkgver=7.07
_pkgver="rel707"
pkgrel=1
pkgver=8.00
_pkgver="rel$pkgver"
pkgrel=0
pkgdesc="Preprocessor-pretty-printer of OCaml"
url="https://camlp5.github.io"
arch="" # "Sorry: the compatibility with ocaml version "4.08.1" is not yet implemented"
arch="all !mips64 !riscv64" # limited by ocaml aport
license="BSD-3-Clause"
depends="ocaml-runtime"
makedepends="ocaml ocaml-compiler-libs"
options="!check"
subpackages="$pkgname-dev $pkgname-doc"
source="$pkgname-$_pkgver.tar.gz::https://github.com/camlp5/$_pkgname/archive/$_pkgver.tar.gz"
source="$pkgname-$_pkgver.tar.gz::https://github.com/camlp5/camlp5/archive/$_pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$_pkgver"
# 32bit archs
case "$CARCH" in
arm*|x86) options="$options textrels" ;;
esac
build() {
cd "$builddir"
./configure \
@@ -47,4 +52,4 @@ dev() {
done
}
sha512sums="e396c109c67383ba56f3ada43f5b5ece8b2339528553802386a1d9637a151a14d7dfc48c0a4219b24ca53fad7acfddfd4dc2c1fe109ced8b71f16202b94b8cf6 ocaml-camlp5-rel707.tar.gz"
sha512sums="6a0d19ced4d94cd3afebfbc373d344229c5faf088e8910dea32ed4dfa841dd9844c72849f8a6281e2bce55295665eae90391cf29d062a44b083761a9e04bce93 ocaml-camlp5-rel8.00.tar.gz"
Loading