[arch-commits] Commit in expect/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Mon Feb 5 07:55:47 UTC 2018
Date: Monday, February 5, 2018 @ 07:55:44
Author: bpiotrowski
Revision: 315891
archrelease: copy trunk to testing-x86_64
Added:
expect/repos/testing-x86_64/
expect/repos/testing-x86_64/PKGBUILD
(from rev 315890, expect/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: expect/repos/testing-x86_64/PKGBUILD (from rev 315890, expect/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-05 07:55:44 UTC (rev 315891)
@@ -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.4
+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=(https://downloads.sourceforge.net/project/expect/Expect/$pkgver/expect${pkgver}.tar.gz)
+sha256sums=('49a7da83b0bdd9f46d04a04deec19c7767bb9a323e40c4781f89caf760b92c34')
+
+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