milis/talimatname/genel/o/ocaml-pprint/talimat

20 lines
549 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: Wadler'in ve Leijen'in daha güzel yazıcısının bir OCaml uyarlaması.
# URL: http://gallium.inria.fr/~fpottier/pprint/doc/PPrint.OCaml.html
# Paketçi: Cihan_Alkan
# Gerekler: ocaml-findlib ocamlbuild
# Grup: kütüphane
isim=ocaml-pprint
surum=20171003
devir=1
_oname=pprint
kaynak=(http://gallium.inria.fr/~fpottier/${_oname}/${_oname}-${surum}.tar.gz)
derle() {
cd "$SRC/$_oname-$surum"
make -C src
export OCAMLFIND_DESTDIR="$PKG$(ocamlfind printconf destdir)"
install -dm 755 "$OCAMLFIND_DESTDIR"
make -C src install
}