diff options
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. |