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

Bruno Pagani archange at gemini.archlinux.org
Sun Oct 10 22:53:51 UTC 2021


    Date: Sunday, October 10, 2021 @ 22:53:51
  Author: archange
Revision: 1029320

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-10 22:53:24 UTC (rev 1029319)
+++ PKGBUILD	2021-10-10 22:53:51 UTC (rev 1029320)
@@ -1,46 +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.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}/
-}

Copied: erlang22-nox/repos/community-x86_64/PKGBUILD (from rev 1029319, erlang22-nox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-10 22:53:51 UTC (rev 1029320)
@@ -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.21
+_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