milis/talimatname/genel/o/opam/talimat

19 lines
400 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Ocaml paket yöneticisi.
2017-09-12 10:16:35 +02:00
# URL: http://opam.ocaml.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: aspcud ocaml unzip
2017-09-12 10:16:35 +02:00
2017-10-28 14:10:23 +02:00
isim=opam
surum=1.2.2
devir=1
kaynak=(https://github.com/ocaml/opam/releases/download/$surum/opam-full-$surum.tar.gz::$isim-$surum.tar.xz)
2017-09-12 10:16:35 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd "opam-full-$surum"
2017-09-12 10:16:35 +02:00
./configure --prefix=/usr
make -j1 lib-ext all
2017-10-28 14:10:23 +02:00
make -C "$SRC/opam-full-$surum" DESTDIR="$PKG" install
2017-09-12 10:16:35 +02:00
}