Replace erlang package with from-src recipe
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 20 Dec 2020 22:12:47 +0000 (17:12 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 20 Dec 2020 22:12:47 +0000 (17:12 -0500)
deps/erlang/Makefile [new file with mode: 0644]
pkgs-ubuntu.list

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
index c069320..23d6711 100644 (file)
@@ -44,7 +44,8 @@ whois
 mono-complete
 tlp  # Laptop power management tools
 powertop
-erlang
+wx3.0-i18n  # for building erlang recipe
+#erlang  # see deps recipe
 elixir
 openconnect  # VPN cllient compatible with Cisco's AnyConnect
 graphviz
This page took 0.035116 seconds and 4 git commands to generate.