cppo için güncelleme gerekli

This commit is contained in:
MEBis 2018-04-14 13:05:35 +03:00 committed by GitHub
parent d39c5304a7
commit 475162d2e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -2,15 +2,16 @@
# URL: https://github.com/ocaml/ocamlbuild/ # URL: https://github.com/ocaml/ocamlbuild/
# Paketçi: milisarge # Paketçi: milisarge
# Gerekler: ocaml # Gerekler: ocaml
# Grup: programlama
isim=ocamlbuild isim=ocamlbuild
surum=0.11.0 surum=0.12.0
devir=1 devir=1
kaynak=(https://github.com/ocaml/${isim}/archive/$surum.tar.gz) kaynak=(https://github.com/ocaml/${isim}/archive/$surum.tar.gz)
derle() { derle() {
cd $isim-$surum cd $isim-$surum
make configure OCAMLBUILD_PREFIX=/usr make configure
make make
make install DESTDIR=$PKG make install DESTDIR=$PKG
} }