parent
09408a4627
commit
bb783d02bf
1 changed files with 3 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ocaml'
|
# Template file for 'ocaml'
|
||||||
pkgname=ocaml
|
pkgname=ocaml
|
||||||
version=5.1.1
|
version=5.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_args="--with-pic --libdir=/usr/lib/ocaml"
|
configure_args="--with-pic --libdir=/usr/lib/ocaml"
|
||||||
|
@ -10,16 +10,10 @@ short_desc="Main implementation of the OCaml language"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="QPL-1.0, LGPL-2.1-only"
|
license="QPL-1.0, LGPL-2.1-only"
|
||||||
homepage="http://ocaml.org/"
|
homepage="http://ocaml.org/"
|
||||||
distfiles="https://github.com/ocaml/ocaml/archive/${version}.tar.gz"
|
distfiles="https://github.com/ocaml/ocaml/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=57f7b382b3d71198413ede405d95ef3506f1cdc480cda1dca1e26b37cb090e17
|
checksum=48554abfd530fcdaa08f23f801b699e4f74c320ddf7d0bd56b0e8c24e55fc911
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
# native code platforms
|
|
||||||
x86_64*|aarch64*|riscv64*) make_build_target="world.opt";;
|
|
||||||
*) make_build_target="world";;
|
|
||||||
esac
|
|
||||||
|
|
||||||
export ASPP="cc -c"
|
export ASPP="cc -c"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue