Сравнение dyn-3.0.3-r1 с dyn-3.2.0
/usr/portage/dev-ml/dyn/dyn-3.2.0.ebuild 2023-10-09 14:52:29.788368358 +0300 | ||
---|---|---|
7 | 7 | |
8 | 8 |
DESCRIPTION="Dynamic type" |
9 | 9 |
HOMEPAGE="https://github.com/ocaml/dune" |
10 |
SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz -> dune-${PV}.tar.gz" |
|
10 |
SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz |
|
11 |
-> dune-${PV}.tar.gz" |
|
11 | 12 |
S="${WORKDIR}/dune-${PV}" |
12 | 13 | |
13 | 14 |
LICENSE="Apache-2.0" |
... | ... | |
22 | 23 |
RDEPEND="${DEPEND}" |
23 | 24 | |
24 | 25 |
src_configure() { |
25 |
./configure \ |
|
26 |
--libdir="$(ocamlc -where)" \ |
|
27 |
--mandir="/usr/share/man" \ |
|
28 |
|| die |
|
26 |
: |
|
29 | 27 |
} |
30 | 28 | |
31 | 29 |
src_compile() { |