Skip to content

Commit

Permalink
Merge pull request #469 from mariux64/update-expect-from-5.44.1.15-to…
Browse files Browse the repository at this point in the history
…-5.45

Update expect from 5.44.1.15 to 5.45
  • Loading branch information
donald authored Aug 28, 2017
2 parents 89e0482 + e0e6e1a commit d9587ac
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 33 deletions.
33 changes: 0 additions & 33 deletions expect-5.44.1.15-0.bee

This file was deleted.

25 changes: 25 additions & 0 deletions expect.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#!/bin/env beesh

# BEE_VERSION expect-5.45-0

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

# EXCLUDE=""

#B=${S}

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

# mee_build() {
# bee_build
# }

mee_install() {
bee_install

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

0 comments on commit d9587ac

Please sign in to comment.