23 lines
567 B
Plaintext
23 lines
567 B
Plaintext
|
# 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"
|
|||
|
}
|