[arch-commits] Commit in dejagnu/repos (testing-any testing-any/PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Nov 26 22:17:37 UTC 2017


    Date: Sunday, November 26, 2017 @ 22:17:35
  Author: bpiotrowski
Revision: 310978

archrelease: copy trunk to testing-any

Added:
  dejagnu/repos/testing-any/
  dejagnu/repos/testing-any/PKGBUILD
    (from rev 310977, dejagnu/trunk/PKGBUILD)

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

Copied: dejagnu/repos/testing-any/PKGBUILD (from rev 310977, dejagnu/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2017-11-26 22:17:35 UTC (rev 310978)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+
+pkgname=dejagnu
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Framework for testing other programs'
+arch=(any)
+url='http://www.gnu.org/software/dejagnu/'
+license=(GPL)
+depends=(sh expect)
+source=(https://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('2ac8405a4c7ca8611d004fe852966c6f'
+         'SKIP')
+validpgpkeys=('152F3EADD335FF629611128567DADC3E3F743649') # Ben Elliston
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list