Skip to content

Commit

Permalink
Merge pull request #2278 from mariux64/fix-srcurl-expect
Browse files Browse the repository at this point in the history
expect: fix SRCURL
  • Loading branch information
wwwutz authored Sep 13, 2021
2 parents 223078f + eb70a65 commit db88ed8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions expect.be0
Original file line number Diff line number Diff line change
@@ -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 db88ed8

Please sign in to comment.