mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/elixir: new package
elixir is required to build RabbitMQ starting from v3.7 Signed-off-by: Frank Vanbever <frank.vanbever@essensium.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
6cdf1f44e4
commit
14ff0c7389
@ -960,6 +960,7 @@ F: package/upx/
|
|||||||
F: package/zxing-cpp/
|
F: package/zxing-cpp/
|
||||||
|
|
||||||
N: Frank Vanbever <frank.vanbever@essensium.com>
|
N: Frank Vanbever <frank.vanbever@essensium.com>
|
||||||
|
F: package/elixir/
|
||||||
F: package/libmodsecurity/
|
F: package/libmodsecurity/
|
||||||
F: package/nginx-modsecurity/
|
F: package/nginx-modsecurity/
|
||||||
|
|
||||||
|
3
package/elixir/elixir.hash
Normal file
3
package/elixir/elixir.hash
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Computed locally
|
||||||
|
sha256 f3465d8a8e386f3e74831bf9594ee39e6dfde6aa430fe9260844cfe46aa10139 elixir-1.9.4.tar.gz
|
||||||
|
sha256 a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9 LICENSE
|
21
package/elixir/elixir.mk
Normal file
21
package/elixir/elixir.mk
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# elixir
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
ELIXIR_VERSION = 1.9.4
|
||||||
|
ELIXIR_SITE = $(call github,elixir-lang,elixir,v$(ELIXIR_VERSION))
|
||||||
|
ELIXIR_LICENSE = Apache-2.0
|
||||||
|
ELIXIR_LICENSE_FILES = LICENSE
|
||||||
|
ELIXIR_DEPENDENCIES = host-erlang
|
||||||
|
|
||||||
|
define HOST_ELIXIR_BUILD_CMDS
|
||||||
|
$(HOST_MAKE_ENV) $(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D) compile
|
||||||
|
endef
|
||||||
|
|
||||||
|
define HOST_ELIXIR_INSTALL_CMDS
|
||||||
|
$(HOST_MAKE_ENV) $(HOST_CONFIGURE_OPTS) $(MAKE) PREFIX="$(HOST_DIR)" -C $(@D) install
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(host-generic-package))
|
Loading…
x
Reference in New Issue
Block a user