[arch-commits] Commit in erlang22-nox/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Sat Jul 24 23:46:00 UTC 2021


    Date: Saturday, July 24, 2021 @ 23:45:59
  Author: archange
Revision: 984928

archrelease: copy trunk to community-x86_64

Added:
  erlang22-nox/repos/community-x86_64/PKGBUILD
    (from rev 984927, erlang22-nox/trunk/PKGBUILD)
Deleted:
  erlang22-nox/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   95 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 46 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-24 23:45:55 UTC (rev 984927)
+++ PKGBUILD	2021-07-24 23:45:59 UTC (rev 984928)
@@ -1,49 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Vesa Kaihlavirta <vesa at archlinux.org>
-# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-# Contributor: Tom Burdick <thomas.burdick at wrightwoodtech.com>
-# Contributor: Ricardo Catalinas Jiménez <jimenezrick at gmail.com>
-
-pkgname=erlang22-nox
-pkgver=22.3.4.11
-_docver=22.3
-pkgrel=1
-pkgdesc="General-purpose concurrent functional programming language (headless version)"
-arch=(x86_64)
-url="https://www.erlang.org/"
-license=(Apache)
-depends=(ncurses openssl)
-makedepends=(fop git java-environment libxslt lksctp-tools)
-conflicts=(erlang)
-optdepends=('erlang-unixodbc: database support'
-            'java-environment: for Java support'
-            'lksctp-tools: for SCTP support')
-options=(staticlibs)
-_tag=79da813b2e7629bf882476e6e0bf8bf0969e8fc5 # git rev-parse OTP-${pkgver}
-source=("git+https://github.com/erlang/otp.git#tag=${_tag}")
-sha256sums=(SKIP)
-
-prepare() {
-  cd otp
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
-    --prefix=/usr \
-    --enable-builtin-zlib \
-    --enable-smp-support
-  make
-}
-
-package() {
-  cd otp
-
-  make DESTDIR="$pkgdir" install
-
-  # License
-  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: erlang22-nox/repos/community-x86_64/PKGBUILD (from rev 984927, erlang22-nox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-24 23:45:59 UTC (rev 984928)
@@ -0,0 +1,46 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Vesa Kaihlavirta <vesa at archlinux.org>
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+# Contributor: Tom Burdick <thomas.burdick at wrightwoodtech.com>
+# Contributor: Ricardo Catalinas Jiménez <jimenezrick at gmail.com>
+
+pkgname=erlang22-nox
+pkgver=22.3.4.20
+_docver=22.3
+pkgrel=1
+pkgdesc="General-purpose concurrent functional programming language (headless version)"
+arch=(x86_64)
+url="https://www.erlang.org/"
+license=(Apache)
+depends=(ncurses openssl)
+makedepends=(fop git java-environment libxslt lksctp-tools)
+conflicts=(erlang)
+options=(staticlibs)
+_tag=2aaaf99359ecf92a6c35f2abf3b2b622ad71bdcc # git rev-parse OTP-${pkgver}
+source=(git+https://github.com/erlang/otp.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prepare() {
+  cd otp
+  ./otp_build autoconf
+}
+
+build() {
+  cd otp
+  ./configure \
+    --prefix=/usr \
+    --enable-builtin-zlib \
+    --enable-smp-support
+  make
+}
+
+package() {
+  cd otp
+
+  make DESTDIR="$pkgdir" install
+
+  # License
+  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list