milis/talimatname/genel/ocaml/talimat

21 lines
546 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Caml, program güvenliği ve güvenilirliği göz önünde bulundurularak tasarlanmış genel amaçlı bir programlama dilidir.
# URL: http://caml.inria.fr/
# Packager: milisarge
# Depends on:
name=ocaml
version=4.04.0
release=1
source=(http://caml.inria.fr/pub/distrib/$name-${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure -prefix /usr -with-pthread -no-graph
make -j1 world.opt
make PREFIX=$PKG/usr install
local f
for f in $PKG/usr/bin/*.opt; do mv $f ${f%%.opt}; done
}