ocaml-findlib, ocaml-lidl: enable parallel builds
This commit is contained in:
parent
f4469e8d3b
commit
097a3a2dab
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'ocaml-findlib'
|
# Template file for 'ocaml-findlib'
|
||||||
pkgname=ocaml-findlib
|
pkgname=ocaml-findlib
|
||||||
version=1.3.3
|
version=1.3.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="findlib-${version}"
|
wrksrc="findlib-${version}"
|
||||||
makedepends="ocaml-compiler-libs"
|
makedepends="ocaml-compiler-libs"
|
||||||
short_desc="O'Caml library manager"
|
short_desc="O'Caml library manager"
|
||||||
@ -12,7 +12,6 @@ distfiles="http://download.camlcity.org/download/findlib-${version}.tar.gz"
|
|||||||
checksum=981f5c67118a2be015efa79f3af3cb0063376b93123b5d695e7cb5c586b1d45c
|
checksum=981f5c67118a2be015efa79f3af3cb0063376b93123b5d695e7cb5c586b1d45c
|
||||||
|
|
||||||
conf_files="/etc/${pkgname}.conf"
|
conf_files="/etc/${pkgname}.conf"
|
||||||
disable_parallel_build=yes
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure -bindir /usr/bin -mandir /usr/share/man -config /etc/${pkgname}.conf
|
./configure -bindir /usr/bin -mandir /usr/share/man -config /etc/${pkgname}.conf
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'ocaml-lidl'
|
# Template file for 'ocaml-lidl'
|
||||||
pkgname=ocaml-lidl
|
pkgname=ocaml-lidl
|
||||||
version=1.05
|
version=1.05
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="camlidl-${version}"
|
wrksrc="camlidl-${version}"
|
||||||
makedepends="ocaml-compiler-libs"
|
makedepends="ocaml-compiler-libs"
|
||||||
short_desc="stub code generator and COM binding for Objective Caml"
|
short_desc="stub code generator and COM binding for Objective Caml"
|
||||||
@ -11,8 +11,6 @@ license="Q"
|
|||||||
distfiles="http://caml.inria.fr/pub/old_caml_site/distrib/bazar-ocaml/camlidl-${version}.tar.gz"
|
distfiles="http://caml.inria.fr/pub/old_caml_site/distrib/bazar-ocaml/camlidl-${version}.tar.gz"
|
||||||
checksum=857ed5bd3b2f99c62813070e1a5b4b6375e837c6815f4ad956baeb6f8c660311
|
checksum=857ed5bd3b2f99c62813070e1a5b4b6375e837c6815f4ad956baeb6f8c660311
|
||||||
|
|
||||||
disable_parallel_build=yes
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cp -f config/Makefile.unix config/Makefile
|
cp -f config/Makefile.unix config/Makefile
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user