Lines Matching refs:package
6 [[rebar-package-tutorial]]
8 ==== +rebar-package+ tutorial
10 First, let's see how to write a +.mk+ file for a rebar-based package,
25 12: $(eval $(rebar-package))
28 On line 7, we declare the version of the package.
35 before the build process of our package starts.
37 Finally, on line 12, we invoke the +rebar-package+ macro that
38 generates all the Makefile rules that actually allows the package to
41 [[rebar-package-reference]]
43 ==== +rebar-package+ reference
45 The main macro of the +rebar+ package infrastructure is
46 +rebar-package+. It is similar to the +generic-package+ macro. The
48 +host-rebar-package+ macro.
51 by defining a number of variables before calling the +rebar-package+
54 First, all the package metadata information variables that exist in
66 * +ERLANG_FOOBAR_USE_AUTOCONF+, to specify that the package uses
67 _autoconf_ at the configuration step. When a package sets this
76 * +ERLANG_FOOBAR_USE_BUNDLED_REBAR+, to specify that the package has
81 If the package bundles a _rebar_ utility, but can use the generic
84 utility bundled in this package.
104 infrastructure is used, if the package +.mk+ file defines its