Skip to content

guile2: add version 2.2.7 #2673

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
43 changes: 43 additions & 0 deletions guile2.be0
@@ -0,0 +1,43 @@
#!/usr/bin/env beesh

# BEE_VERSION guile2-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
)
}