milis/talimatname/genel/o/ocaml/talimat

20 lines
489 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.

# Tanım: 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/
# Paketçi: milisarge
# Gerekler:
# Grup: geliştirme
isim=ocaml
surum=4.07.1
devir=1
kaynak=(http://caml.inria.fr/pub/distrib/$isim-${surum%.*}/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure -prefix /usr -x11include /usr/include -no-graph
make -j1 world.opt
make PREFIX=$PKG/usr install
}