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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Nov 29 12:28:40 UTC 2018


    Date: Thursday, November 29, 2018 @ 12:28:40
  Author: bpiotrowski
Revision: 340641

archrelease: copy trunk to testing-any

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

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

Copied: dejagnu/repos/testing-any/PKGBUILD (from rev 340640, dejagnu/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2018-11-29 12:28:40 UTC (rev 340641)
@@ -0,0 +1,31 @@
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+
+pkgname=dejagnu
+pkgver=1.6.2
+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=('e1b07516533f351b3aba3423fafeffd6'
+         '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