Skip to content

Commit

Permalink
guile2: add version 2.2.7
Browse files Browse the repository at this point in the history
- parallel install to guile 3.0.8 since a lot of stuff depends on 2.x
  • Loading branch information
wwwutz committed May 5, 2022
1 parent c7282c9 commit 4bf67d0
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions guile2.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
#!/usr/bin/env beesh

# BEE_VERSION guile-2.2.7-0

# SRCURL[0]="https://ftp.gnu.org/gnu/guile/guile-2.2.7.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/7a7e8def41678c567148c26a8a0a0873/guile-2.2.7.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
--disable-error-on-warning \
--enable-static \
--disable-shared \
--disable-nls \
--with-modules \
--with-threads \
--program-suffix=2
}

#mee_build() {
# bee_build
#}

mee_install() {
bee_install
cd ${D} && (
rm -rf usr/share/aclocal
rm -rf usr/share/info
)
}

0 comments on commit 4bf67d0

Please sign in to comment.