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 <[email protected]>
+# Contributor: Allan McRae <[email protected]>
+# Contributor: Andreas Radke <[email protected]>
+
+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
+}

Reply via email to