19 lines
400 B
Plaintext
19 lines
400 B
Plaintext
|
# Tanım: Ocaml paket yöneticisi.
|
|||
|
# URL: http://opam.ocaml.org
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: aspcud ocaml unzip
|
|||
|
|
|||
|
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)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd "opam-full-$surum"
|
|||
|
./configure --prefix=/usr
|
|||
|
make -j1 lib-ext all
|
|||
|
make -C "$SRC/opam-full-$surum" DESTDIR="$PKG" install
|
|||
|
}
|
|||
|
|
|||
|
|