Skip to content
Snippets Groups Projects
Commit df6f767e authored by J0WI's avatar J0WI Committed by Kevin Daudt
Browse files

testing/ocaml-camlp5: upgrade to 8.00.01

parent 54414d0d
No related branches found
No related tags found
1 merge request!23190testing/ocaml-camlp5: upgrade to 8.00.01
Pipeline #116786 passed
......@@ -2,22 +2,21 @@
# Maintainer: alpine-mips-patches <info@mobile-stream.com>
pkgname=ocaml-camlp5
_pkgname=camlp5
pkgver=7.07
_pkgver="rel707"
pkgrel=1
pkgver=8.00.01
_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 !riscv64" # restricted by ocaml
license="BSD-3-Clause"
depends="ocaml-runtime"
makedepends="ocaml ocaml-compiler-libs"
makedepends="ocaml ocaml-compiler-libs perl"
options="!check"
subpackages="$pkgname-dev $pkgname-doc"
source="$pkgname-$_pkgver.tar.gz::https://github.com/camlp5/$_pkgname/archive/$_pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$_pkgver"
build() {
cd "$builddir"
./configure \
--prefix /usr \
--bindir /usr/bin \
......@@ -27,7 +26,6 @@ build() {
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
......@@ -47,4 +45,6 @@ dev() {
done
}
sha512sums="e396c109c67383ba56f3ada43f5b5ece8b2339528553802386a1d9637a151a14d7dfc48c0a4219b24ca53fad7acfddfd4dc2c1fe109ced8b71f16202b94b8cf6 ocaml-camlp5-rel707.tar.gz"
sha512sums="
f40e57845ac4a14cf260ddd9df616d12df09f67efaf6735e915598aee981721e8203bf9203fb83d08e34e43021c08003de64dbf3bdcd4d12fd079542fb7649aa ocaml-camlp5-rel8.00.01.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment