diff options
author | root <root@rshg054.dnsready.net> | 2012-02-26 23:15:00 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-26 23:15:00 +0000 |
commit | f6a79a3f5989efc8db63af942851c56f0c462bb1 (patch) | |
tree | 08bddecba9bbd4fc2c2075bfa2c514f710fcd351 /extra/expect/PKGBUILD | |
parent | e4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff) |
Sun Feb 26 23:15:00 UTC 2012
Diffstat (limited to 'extra/expect/PKGBUILD')
-rw-r--r-- | extra/expect/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/extra/expect/PKGBUILD b/extra/expect/PKGBUILD index 3b630ba43..140b4a43f 100644 --- a/extra/expect/PKGBUILD +++ b/extra/expect/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 104372 2011-01-01 23:52:17Z kevin $ +# $Id: PKGBUILD 151250 2012-02-25 10:00:44Z allan $ # Maintainer: kevin <kevin@archlinux.org> pkgname=expect pkgver=5.45 -pkgrel=1 +pkgrel=2 pkgdesc="A tool for automating interactive applications" -arch=(i686 x86_64) +arch=('i686' 'x86_64') url="http://www.nist.gov/el/msid/expect.cfm" license=('custom') depends=('tcl>=8.5.3') @@ -28,6 +28,10 @@ build() { # Keep $startdir/pkg out of library search paths. sed -e 's/-rpath,${LIB_RUNTIME_DIR}:/-rpath,/' -i Makefile make +} + +package() { + cd ${srcdir}/expect${pkgver} make DESTDIR=${pkgdir} install # license. |