Skip to content
Permalink
ffe189f49f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
- update
2 contributors

Users who have contributed to this file

@pmenzel @wwwutz
executable file 35 lines (25 sloc) 625 Bytes
#!/usr/bin/env beesh
# BEE_VERSION glibmm-2.66.2-0
#SRCURL[0]="https://ftp.gnome.org/pub/GNOME/sources/glibmm/${PKGVERSION[2]}/glibmm-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/89c0ba07736d258b84bc201bd213fd69/glibmm-2.66.2.tar.xz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
CFLAGS=-Wno-deprecated-declarations \
CPPFLAGS=${CFLAGS} \
bee_configure
}
#mee_build() {
# bee_build
#}
mee_install() {
bee_install
cd ${D} && rm -r usr/share/{doc,devhelp}
}