[arch-commits] Commit in crosstool-ng/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Mon May 23 17:12:48 UTC 2022


    Date: Monday, May 23, 2022 @ 17:12:47
  Author: alucryd
Revision: 1210130

archrelease: copy trunk to community-x86_64

Added:
  crosstool-ng/repos/community-x86_64/PKGBUILD
    (from rev 1210129, crosstool-ng/trunk/PKGBUILD)
Deleted:
  crosstool-ng/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   96 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 49 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-23 17:12:41 UTC (rev 1210129)
+++ PKGBUILD	2022-05-23 17:12:47 UTC (rev 1210130)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Christian Pfeiffer <cpfeiffer at live dot de>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: jwwolf <jwwolf+arch at gmail.com>
-# Contributor: Bernhard Walle <bernhard at bwalle.de>
-
-pkgname=crosstool-ng
-pkgver=1.25.0
-pkgrel=1
-pkgdesc='A versatile (cross-)toolchain generator'
-arch=(x86_64)
-url=https://crosstool-ng.github.io/
-license=(GPL2)
-depends=(
-  git
-  gperf
-  help2man
-  lzip
-  ncurses
-  python
-  unzip
-)
-_tag=8fa98eeeff9bc53478d97ef722f366fea151ae64
-source=(git+https://github.com/crosstool-ng/crosstool-ng.git#tag=${_tag})
-b2sums=(SKIP)
-
-prepare() {
-  cd crosstool-ng
-  ./bootstrap
-}
-
-build() {
-  cd crosstool-ng
-  ./configure \
-    --prefix=/usr \
-    --libexecdir=/usr/lib \
-    --with-bash-completion \
-    --with-ncurses
-  make
-}
-
-package() {
-  cd crosstool-ng
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: crosstool-ng/repos/community-x86_64/PKGBUILD (from rev 1210129, crosstool-ng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-23 17:12:47 UTC (rev 1210130)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Christian Pfeiffer <cpfeiffer at live dot de>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: jwwolf <jwwolf+arch at gmail.com>
+# Contributor: Bernhard Walle <bernhard at bwalle.de>
+
+pkgname=crosstool-ng
+pkgver=1.25.0
+pkgrel=2
+pkgdesc='A versatile (cross-)toolchain generator'
+arch=(x86_64)
+url=https://crosstool-ng.github.io/
+license=(GPL2)
+depends=(
+  git
+  gperf
+  help2man
+  lzip
+  meson
+  ncurses
+  python
+  rsync
+  unzip
+)
+_tag=8fa98eeeff9bc53478d97ef722f366fea151ae64
+source=(git+https://github.com/crosstool-ng/crosstool-ng.git#tag=${_tag})
+b2sums=(SKIP)
+
+prepare() {
+  cd crosstool-ng
+  ./bootstrap
+}
+
+build() {
+  cd crosstool-ng
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib \
+    --with-bash-completion \
+    --with-ncurses
+  make
+}
+
+package() {
+  cd crosstool-ng
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list