Date: Saturday, February 25, 2012 @ 04:59:36 Author: allan Revision: 151249
upgpkg: expect 5.45-2 signing rebuild Modified: expect/trunk/ChangeLog expect/trunk/PKGBUILD -----------+ ChangeLog | 5 +++++ PKGBUILD | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) Modified: ChangeLog =================================================================== --- ChangeLog 2012-02-25 09:58:05 UTC (rev 151248) +++ ChangeLog 2012-02-25 09:59:36 UTC (rev 151249) @@ -1,3 +1,8 @@ +2011-01-01 Allan McRae <[email protected]> + + * expect 5.45-2 + - Package signing rebuild + 2011-01-01 kevin <[email protected]> * expect 5.45-1 Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-25 09:58:05 UTC (rev 151248) +++ PKGBUILD 2012-02-25 09:59:36 UTC (rev 151249) @@ -3,9 +3,9 @@ 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 @@ # 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.
