Merge pull request #512 from oltulu/patch-299
cppo için güncelleme gerekli
This commit is contained in:
commit
1d314dc93f
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue