mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/erlang-nox to 21.1.3-1
This commit is contained in:
parent
13d0645c75
commit
7c2b0b728a
1 changed files with 15 additions and 16 deletions
|
@ -9,38 +9,37 @@
|
|||
# - configure with --disable-pgo to fix ARM FTBFS
|
||||
|
||||
pkgname=erlang-nox
|
||||
pkgver=21.1.1
|
||||
pkgver=21.1.3
|
||||
_docver=21.1
|
||||
pkgrel=1
|
||||
pkgdesc='General-purpose concurrent functional programming language (headless version)'
|
||||
arch=('x86_64')
|
||||
url='http://www.erlang.org/'
|
||||
license=('Apache')
|
||||
depends=('ncurses' 'openssl')
|
||||
makedepends=('fop' 'git' 'java-environment' 'libxslt' 'lksctp-tools' 'unixodbc')
|
||||
conflicts=('erlang')
|
||||
arch=(x86_64)
|
||||
url='https://www.erlang.org/'
|
||||
license=(Apache)
|
||||
depends=(ncurses openssl)
|
||||
makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
|
||||
conflicts=(erlang)
|
||||
optdepends=('erlang-unixodbc: database support'
|
||||
'java-environment: for Java support'
|
||||
'lksctp-tools: for SCTP support')
|
||||
options=('staticlibs')
|
||||
options=(staticlibs)
|
||||
source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver"
|
||||
"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz"
|
||||
'epmd.service' 'epmd.socket' 'epmd.conf')
|
||||
epmd.conf
|
||||
epmd.service
|
||||
epmd.socket)
|
||||
sha256sums=('SKIP'
|
||||
'021e47b5036eaa4671b6d87a910403b775c967bfcb79b56a87f2183ddc5a5df5'
|
||||
'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
|
||||
'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
|
||||
'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
|
||||
'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
|
||||
'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
|
||||
|
||||
prepare() {
|
||||
cd otp
|
||||
|
||||
./otp_build autoconf
|
||||
cd otp && ./otp_build autoconf
|
||||
}
|
||||
|
||||
build() {
|
||||
cd otp
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-smp-support \
|
||||
|
@ -78,4 +77,4 @@ package() {
|
|||
}
|
||||
|
||||
# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
|
||||
# vim: ts=2 sw=2 et:
|
||||
# vim: ts=2 sw=2 et
|
||||
|
|
Loading…
Reference in a new issue