milis/talimatname/genel/o/ocamlbuild/talimat

17 lines
351 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: ocaml derleme kurallarına göre derleme uygulaması
2017-04-13 22:15:01 +02:00
# URL: https://github.com/ocaml/ocamlbuild/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: ocaml
2017-04-13 22:15:01 +02:00
2017-10-28 14:10:23 +02:00
isim=ocamlbuild
surum=0.11.0
devir=1
kaynak=(https://github.com/ocaml/${isim}/archive/$surum.tar.gz)
2017-04-13 22:15:01 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-09-12 09:15:19 +02:00
make configure OCAMLBUILD_PREFIX=/usr
make
make install DESTDIR=$PKG
2017-04-13 22:15:01 +02:00
}