milis/talimatname/genel/o/ocamlbuild/talimat

17 lines
359 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
name=ocamlbuild
2017-09-12 09:15:19 +02:00
version=0.11.0
2017-04-13 22:15:01 +02:00
release=1
source=(https://github.com/ocaml/${name}/archive/$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2017-04-13 22:15:01 +02:00
cd $name-$version
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
}