mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/erlang-nox to 24.0-1
This commit is contained in:
parent
8b14cb666d
commit
569f52c8cd
1 changed files with 13 additions and 17 deletions
|
@ -9,12 +9,12 @@
|
|||
# - configure with --disable-pgo to fix ARM FTBFS
|
||||
|
||||
pkgname=erlang-nox
|
||||
pkgver=23.3.2
|
||||
_docver=23.3
|
||||
pkgver=24.0
|
||||
pkgrel=1
|
||||
_docver=24.0
|
||||
pkgdesc='General-purpose concurrent functional programming language (headless version)'
|
||||
arch=(x86_64)
|
||||
url='https://www.erlang.org/'
|
||||
url='https://erlang.org/'
|
||||
license=(Apache)
|
||||
depends=(ncurses openssl)
|
||||
makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
|
||||
|
@ -23,24 +23,20 @@ optdepends=('erlang-unixodbc: database support'
|
|||
'java-environment: for Java support'
|
||||
'lksctp-tools: for SCTP support')
|
||||
options=(staticlibs)
|
||||
source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver"
|
||||
"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz"
|
||||
epmd.conf
|
||||
source=(epmd.conf
|
||||
epmd.service
|
||||
epmd.socket)
|
||||
sha256sums=('SKIP'
|
||||
'b890e99d3fe1b317ed083455985225550ebf74b4a8ec2af4c758e4ce6e2934ff'
|
||||
'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
|
||||
'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
|
||||
'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
|
||||
|
||||
prepare() {
|
||||
cd otp
|
||||
./otp_build autoconf
|
||||
}
|
||||
epmd.socket
|
||||
"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz"
|
||||
"git+https://github.com/erlang/otp#commit=583cba31eb09c14abd0b217fe7ac2e9a60425d51") # tag: OTP-24.0
|
||||
b2sums=('1675ac9bf948ab19e8b63077d870ccf356fcdbce14de2777f00b3488aa1ce34a5e0a5cdc0428707f744dee5940b12653a44e0ded0554de95ebb31bce4676ff87'
|
||||
'1f765318bcd322ce697a48c064ccdb1bd107b4a84e164a87f62678391cb82a9ab17a397d679cf266e037a5a2d91772b85f7a97f9cc5478c0f18118743b30045f'
|
||||
'c37706f5f6e2d49100104fb442ebf15edd6ee0a1e8038d0364794cf34fd3f02a61b9ad2706228b3327b85b0cadcd11aac6087e7c98408eae2d307a09191b6553'
|
||||
'aaef8165322f39f7410840eafe562ec5038d9c89b4fa99b3b1d5748ba70fe755ba732de403dd916328e1fdcec895e2a347db4fb8c8837b5e41155439c9c54ef6'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
cd otp
|
||||
./otp_build autoconf
|
||||
./configure \
|
||||
--enable-builtin-zlib \
|
||||
--enable-smp-support \
|
||||
|
|
Loading…
Reference in a new issue