[arch-commits] Commit in expect/trunk (ChangeLog PKGBUILD)

Kevin Piché kevin at archlinux.org
Sun Mar 28 22:17:41 UTC 2010


    Date: Sunday, March 28, 2010 @ 18:17:41
  Author: kevin
Revision: 73840

upgpkg: in_bin -
Updated to latest version, fixed FS#18686

Added:
  expect/trunk/ChangeLog
Modified:
  expect/trunk/PKGBUILD

-----------+
 ChangeLog |    7 +++++++
 PKGBUILD  |   15 ++++++++-------
 2 files changed, 15 insertions(+), 7 deletions(-)

Added: ChangeLog
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2010-03-28 22:17:41 UTC (rev 73840)
@@ -0,0 +1,7 @@
+
+2010-03-27  kevin  <kevin at archlinux.org> 
+
+    * expect 5.44.1.15-1
+    - Source on sourceforge now and maintained mostly by ActiveState
+    - Added symlink to fix FS#18686 - libexpect.so is not found 
+

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-28 22:13:17 UTC (rev 73839)
+++ PKGBUILD	2010-03-28 22:17:41 UTC (rev 73840)
@@ -2,19 +2,19 @@
 # Maintainer: kevin <kevin at archlinux.org>
 
 pkgname=expect
-pkgver=5.44.1.10
+pkgver=5.44.1.15
 pkgrel=1
 pkgdesc="A tool for automating interactive applications"
 arch=(i686 x86_64)
 url="http://expect.nist.gov/"
 depends=('tcl>=8.5.3')
 makedepends=('tk>=8.5.3')
+source=(http://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect-${pkgver}.tar.bz2)
 # CVS checkout on gerolde.
-source=(ftp://ftp.archlinux.org/other/expect/expect-${pkgver}.tar.bz2)
-md5sums=('da02c862015da2d67f72f1693adab0db')
-#source=(http://expect.nist.gov/src/expect-${pkgver}.tar.bz2)
+#source=(ftp://ftp.archlinux.org/other/expect/expect-${pkgver}.tar.bz2)
+# old nist source=(http://expect.nist.gov/src/expect-${pkgver}.tar.bz2)
 license=('custom')
-md5sums=('da02c862015da2d67f72f1693adab0db')
+md5sums=('9307bbf67e19125036ce34544a78dadf')
 
 build() {
   # stuff to remove.
@@ -22,8 +22,6 @@
   MAN="multixterm tknewsbiff xkibitz"
 
   cd ${srcdir}/expect-${pkgver}
-  sed 's#/usr/local/bin#/usr/bin#' -i expect.man
-  sed '/^PACKAGE_/ s/5\.44\.1\.9/5.44.1.10/' -i configure
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
       --mandir=/usr/share/man --with-tcl=/usr/lib \
@@ -38,6 +36,9 @@
   # license.
   install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/README
 
+  (cd ${pkgdir}/usr/lib;
+   ln -s expect${pkgver}/libexpect${pkgver}.so libexpect.so)
+
   # Remove X related stuff.
   for i in ${BIN}; do
       rm -f ${pkgdir}/usr/bin/${i}




More information about the arch-commits mailing list