[arch-commits] Commit in yasm/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 24 11:43:18 UTC 2022


    Date: Sunday, April 24, 2022 @ 11:43:18
  Author: arojas
Revision: 443899

archrelease: copy trunk to extra-x86_64

Added:
  yasm/repos/extra-x86_64/PKGBUILD
    (from rev 443898, yasm/trunk/PKGBUILD)
Deleted:
  yasm/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 11:43:05 UTC (rev 443898)
+++ PKGBUILD	2022-04-24 11:43:18 UTC (rev 443899)
@@ -1,32 +0,0 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=yasm
-pkgver=1.3.0
-pkgrel=4
-pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)"
-arch=('x86_64')
-url="https://www.tortall.net/projects/yasm/"
-license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
-depends=('glibc')
-checkdepends=('systemd')
-options=('staticlibs')
-source=(https://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('b7574e9f0826bedef975d64d3825f75fbaeef55e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 BSD.txt "${pkgdir}/usr/share/licenses/${pkgname}/BSD.txt"
-}

Copied: yasm/repos/extra-x86_64/PKGBUILD (from rev 443898, yasm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-24 11:43:18 UTC (rev 443899)
@@ -0,0 +1,33 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=yasm
+pkgver=1.3.0
+pkgrel=5
+pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)"
+arch=('x86_64')
+url="https://www.tortall.net/projects/yasm/"
+license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
+depends=('glibc')
+checkdepends=('systemd')
+options=('staticlibs')
+source=(https://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('b7574e9f0826bedef975d64d3825f75fbaeef55e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS+=' -ffat-lto-objects' \
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check -j1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 BSD.txt "${pkgdir}/usr/share/licenses/${pkgname}/BSD.txt"
+}



More information about the arch-commits mailing list