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

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


    Date: Sunday, November 26, 2017 @ 22:16:57
  Author: bpiotrowski
Revision: 310976

archrelease: copy trunk to testing-x86_64

Added:
  expect/repos/testing-x86_64/
  expect/repos/testing-x86_64/PKGBUILD
    (from rev 310975, expect/trunk/PKGBUILD)

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

Copied: expect/repos/testing-x86_64/PKGBUILD (from rev 310975, expect/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-11-26 22:16:57 UTC (rev 310976)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+
+pkgname=expect
+pkgver=5.45.3
+pkgrel=1
+pkgdesc='A tool for automating interactive applications'
+arch=(x86_64)
+url='http://www.nist.gov/el/msid/expect.cfm'
+license=(custom)
+depends=(tcl)
+source=(http://downloads.sourceforge.net/project/expect/Expect/$pkgver/expect${pkgver}.tar.gz)
+sha256sums=('c520717b7195944a69ce1492ec82ca0ac3f3baf060804e6c5ee6d505ea512be9')
+
+build() {
+  cd expect${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man 
+  make
+}
+
+check() {
+  cd expect${pkgver}
+  make test
+}
+
+package() {
+  cd expect${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -Dm644 README "$pkgdir/usr/share/licenses/$pkgname/README"
+}



More information about the arch-commits mailing list