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

23 lines
567 B
Plaintext
Raw Normal View History

2018-04-16 01:41:33 +02:00
# Tanım: ocaml tamsayı kütüphanesi
# URL: https://github.com/andrenth/ocaml-stdint
# Paketçi: milisarge
# Gerekler: ocamlbuild ocaml-findlib
# Grup: kütüphane
isim=ocaml-stdint
surum=git
devir=1
kaynak=()
derle() {
git_indir https://github.com/andrenth/ocaml-stdint.git $isim
cd "$SRC/$isim"
export OCAMLFIND_DESTDIR="${PKG}$(ocamlfind printconf destdir)"
ocaml setup.ml -configure --destdir "${PKG}"
make all
mkdir -p "${OCAMLFIND_DESTDIR}"
export OCAMLFIND_LDCONF=FOOBAR
ocaml setup.ml -install --destdir "$PKG"
rm -r "$PKG/usr/local"
}