Replace erlang package with from-src recipe
[khome.git] / deps / erlang / Makefile
diff --git a/deps/erlang/Makefile b/deps/erlang/Makefile
new file mode 100644 (file)
index 0000000..fcd9e95
--- /dev/null
@@ -0,0 +1,8 @@
+.PHONY: all
+all:
+       mkdir -p data
+       cd data && wget -c http://erlang.org/download/otp_src_22.3.tar.gz
+       cd data && tar vxzf otp_src_22.3.tar.gz
+       cd data/otp_src_22.3 && ./configure
+       cd data/otp_src_22.3 && make -j$(shell nproc)
+       cd data/otp_src_22.3 && make -j$(shell nproc) install
This page took 0.020023 seconds and 4 git commands to generate.