# Template file for 'erlang' pkgname=erlang version=17.4 revision=1 wrksrc=otp_src_${version} build_style=gnu-configure configure_args="--enable-smp-support" hostmakedepends="perl libxslt" makedepends="ncurses-devel unixodbc-devel libressl-devel $(vopt_if x11 'wxGTK-devel glu-devel')" short_desc="Concurrent functional programming language developed by Ericsson" maintainer="Christian Neukirchen " license="custom" homepage="http://www.erlang.org/" update_site="http://www.erlang.org/download.html" update_pattern='otp_src_\K[\d.]+\d+' distfiles="http://www.erlang.org/download/otp_src_${version}.tar.gz http://www.erlang.org/download/otp_doc_man_${version}.tar.gz" checksum="0d82eda6ae7ac6f0f860093324e540fa514497068ec3b4177800284e8c761f56 6c1cdb8e9d367c7b6dc6b20706de9fd0a0f0b7dffd66532663b2a24ed7679a58" build_options="x11" if [ "$CROSS_BUILD" ]; then pre_configure() { # Build the bootstrap compiler for the host platform. env - PATH=/usr/bin:/usr/sbin ./configure --enable-bootstrap-only env - PATH=/usr/bin:/usr/sbin HOME=$HOME make ${makejobs} configure_args+=" --build=$(erts/autoconf/config.guess)" export erl_xcomp_sysroot=/usr/${XBPS_CROSS_TRIPLET} } fi post_install() { vmkdir usr/share/man vmkdir usr/lib/erlang/man vcopy ../man/man1 usr/share/man vcopy ../man/man3 usr/lib/erlang/man vcopy ../man/man4 usr/lib/erlang/man vcopy ../man/man7 usr/lib/erlang/man vlicense EPLICENCE }