Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
expect: fix SRCURL
- fixed SRCURL
  • Loading branch information
wwwutz committed Sep 9, 2021
1 parent e9c3aa9 commit eb70a65
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions expect.be0
@@ -1,12 +1,9 @@
#!/bin/env beesh

# BEE_VERSION expect-5.45.4-0
# BEE_VERSION expect-5.45.4-1

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

# EXCLUDE=""

#B=${S}
# SRCURL="https://downloads.sourceforge.net/expect/expect${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/00fce8de158422f5ccd2666512329bd2/expect5.45.4.tar.gz"

mee_configure() {
bee_configure --with-tcl=${LIBDIR} --with-tclinclude=${INCLUDEDIR} \
Expand All @@ -21,5 +18,6 @@ mee_install() {
bee_install

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

0 comments on commit eb70a65

Please sign in to comment.