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

25 lines
539 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: O'Caml kütüphane yöneticisi
# URL: http://projects.camlcity.org/projects/findlib.html
# Paketçi: milisarge
# Gerekler: ocaml
# Grup: kütüphane
isim=ocaml-findlib
_isim=findlib
surum=1.7.1
devir=1
kaynak=(http://download.camlcity.org/download/${_isim}-$surum.tar.gz)
derle() {
cd ${_isim}-$surum
./configure -bindir /usr/bin \
-config /etc/findlib.conf
make -j1 all opt
make prefix="$PKG" install
install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/"
}