Skip to content

Commit

Permalink
expect: Update from 5.44.1.15 to 5.45
Browse files Browse the repository at this point in the history
issue #443

close #443
  • Loading branch information
david committed Aug 28, 2017
1 parent 5cf94b9 commit e0e6e1a
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions expect.be0
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
#!/bin/env beesh

# BEE_VERSION expect-5.44.1.15-0
# BEE_VERSION expect-5.45-0

PGRP=( programming )

SRCURL="http://prdownloads.sourceforge.net/expect/expect-5.44.1.15.tar.bz2"

#PATCHES[0]="http://www.linuxfromscratch.org/patches/lfs/development/expect-5.44.1.15-no_tk-1.patch"

#PATCHES[0]="http://www.linuxfromscratch.org/patches/blfs/svn/expect-5.43.0-tcl_8.5.8_fix-1.patch"
#PATCHES[1]="http://www.linuxfromscratch.org/patches/blfs/svn/expect-5.43.0-spawn-2.patch"


IGNORE_DATAROOTDIR=yes
IGNORE_LOCALEDIR=yes
IGNORE_DOCDIR=yes
SRCURL="https://downloads.sourceforge.net/expect/expect${PKGVERSION}.tar.gz"

# EXCLUDE=""

#B=${S}

mee_configure() {
bee_configure --with-tcl=${LIBDIR} --with-tclinclude=${INCLUDEDIR}
bee_configure --with-tcl=${LIBDIR} --with-tclinclude=${INCLUDEDIR} \
--enable-shared
}

# mee_build() {
Expand All @@ -31,5 +20,6 @@ mee_configure() {
mee_install() {
bee_install

# ln -sf ../libexpect${PV}.a ${D}${LIBDIR}/expect${PV}
cd ${D}
start_cmd ln -s ${LIBDIR}/expect${PKGVERSION}/libexpect${PKGVERSION}.so ${D}${LIBDIR}
}

0 comments on commit e0e6e1a

Please sign in to comment.