diff --git a/talimatname/genel/ocaml/talimat b/talimatname/genel/ocaml/talimat index 1a46a207a..e7b4e72d7 100644 --- a/talimatname/genel/ocaml/talimat +++ b/talimatname/genel/ocaml/talimat @@ -4,17 +4,15 @@ # Depends on: name=ocaml -version=4.04.0 +version=4.05.0 release=1 source=(http://caml.inria.fr/pub/distrib/$name-${version%.*}/$name-$version.tar.xz) build() { cd $name-$version - ./configure -prefix /usr -with-pthread -no-graph + ./configure -prefix /usr -x11include /usr/include -no-graph make -j1 world.opt make PREFIX=$PKG/usr install - local f - for f in $PKG/usr/bin/*.opt; do mv $f ${f%%.opt}; done } diff --git a/talimatname/genel/ocamlbuild/talimat b/talimatname/genel/ocamlbuild/talimat index cc78d2447..3a37b8f8b 100644 --- a/talimatname/genel/ocamlbuild/talimat +++ b/talimatname/genel/ocamlbuild/talimat @@ -4,13 +4,13 @@ # Depends on: ocaml name=ocamlbuild -version=0.9.3 +version=0.11.0 release=1 source=(https://github.com/ocaml/${name}/archive/$version.tar.gz) build() { cd $name-$version - make configure OCAML_NATIVE_TOOLS=false - make -j1 - make DESTDIR="$PKG/" install + make configure OCAMLBUILD_PREFIX=/usr + make + make install DESTDIR=$PKG } diff --git a/talimatname/genel/re2c/talimat b/talimatname/genel/re2c/talimat index 51f9ded8c..342e3fad6 100644 --- a/talimatname/genel/re2c/talimat +++ b/talimatname/genel/re2c/talimat @@ -4,13 +4,14 @@ # Depends on: name=re2c -version=0.13.7.5 +version=1.0.2 release=1 -source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz ) +source=(https://github.com/skvadrik/re2c/archive/$version.tar.gz::$name-$version.tar.gz) build() { - cd $name-$version + cd $name-$version/re2c + ./autogen.sh ./configure --prefix=/usr make make DESTDIR=$PKG install