[arch-commits] Commit in gawk/repos/testing-x86_64 (PKGBUILD PKGBUILD keys keys)
Jan Steffens
heftig at gemini.archlinux.org
Mon Sep 5 14:37:59 UTC 2022
Date: Monday, September 5, 2022 @ 14:37:59
Author: heftig
Revision: 455038
archrelease: copy trunk to testing-x86_64
Added:
gawk/repos/testing-x86_64/PKGBUILD
(from rev 455037, gawk/trunk/PKGBUILD)
gawk/repos/testing-x86_64/keys/
Deleted:
gawk/repos/testing-x86_64/PKGBUILD
gawk/repos/testing-x86_64/keys/
----------+
PKGBUILD | 67 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-05 14:37:47 UTC (rev 455037)
+++ PKGBUILD 2022-09-05 14:37:59 UTC (rev 455038)
@@ -1,33 +0,0 @@
-# Maintainer:
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=gawk
-pkgver=5.2.0
-pkgrel=1
-pkgdesc="GNU version of awk"
-arch=('x86_64')
-url="https://www.gnu.org/software/gawk/"
-license=('GPL')
-groups=('base-devel')
-depends=('sh' 'glibc' 'mpfr')
-provides=('awk')
-source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
-sha256sums=('ef5af4449cb0269faf3af24bf4c02273d455f0741bf3c50f86ddc09332d6cf56'
- 'SKIP')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --without-libsigsegv
- make
-}
-
-check() {
- cd ${pkgname}-${pkgver}
- make check
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
Copied: gawk/repos/testing-x86_64/PKGBUILD (from rev 455037, gawk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-05 14:37:59 UTC (rev 455038)
@@ -0,0 +1,34 @@
+# Maintainer:
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=gawk
+pkgver=5.2.0
+pkgrel=2
+pkgdesc="GNU version of awk"
+arch=('x86_64')
+url="https://www.gnu.org/software/gawk/"
+license=('GPL')
+groups=('base-devel')
+depends=('sh' 'glibc' 'mpfr')
+provides=('awk')
+options=('debug')
+source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
+sha256sums=('ef5af4449cb0269faf3af24bf4c02273d455f0741bf3c50f86ddc09332d6cf56'
+ 'SKIP')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --without-libsigsegv
+ make
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make check
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list