community/erlang-nox to 25.2-2

This commit is contained in:
Kevin Mihelich 2023-02-03 00:03:05 +00:00
parent 63bfa779ab
commit 3be426ba63

View file

@ -10,7 +10,7 @@
pkgname=erlang-nox
pkgver=25.2
pkgrel=1
pkgrel=2
_docver=25.0
pkgdesc='General-purpose concurrent functional programming language (headless version)'
arch=(x86_64)
@ -44,11 +44,11 @@ build() {
--prefix=/usr \
--with-odbc \
--disable-pgo
make
make DOC_TARGETS=chunks all docs
}
package() {
make -C otp DESTDIR="$pkgdir" install
make -C otp DESTDIR="$pkgdir" DOC_TARGETS=chunks install install-docs
# services and configuration
install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"