[arch-commits] Commit in m4/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Jun 7 18:30:55 UTC 2021


    Date: Monday, June 7, 2021 @ 18:30:54
  Author: arojas
Revision: 417312

archrelease: copy trunk to testing-x86_64

Added:
  m4/repos/testing-x86_64/
  m4/repos/testing-x86_64/PKGBUILD
    (from rev 417311, m4/trunk/PKGBUILD)

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

Copied: m4/repos/testing-x86_64/PKGBUILD (from rev 417311, m4/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-06-07 18:30:54 UTC (rev 417312)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=m4
+pkgver=1.4.19
+pkgrel=1
+pkgdesc="The GNU macro processor"
+arch=('x86_64')
+url="https://www.gnu.org/software/m4"
+license=('GPL3')
+groups=('base-devel')
+depends=('glibc' 'bash')
+source=("https://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('0d90823e1426f1da2fd872df0311298d'
+         'SKIP')
+validpgpkeys=('71C2CC22B1C4602927D2F3AAA7A16B4A2527436A')   # Eric Blake
+
+build() {
+	cd "$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	make check
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make prefix="${pkgdir}"/usr install
+}



More information about the arch-commits mailing list