Skip to content
Permalink
017bd44edc
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
 
 
Cannot retrieve contributors at this time
executable file 44 lines (26 sloc) 577 Bytes
#!/usr/bin/env beesh
# BEE_VERSION glib2-2.58.1-0
SRCURL[0]="https://ftp.acc.umu.se/pub/gnome/sources/glib/${PKGVERSION[2]}/glib-${PKGVERSION}.tar.xz"
# PATCHURL+=()
# BEE_CONFIGURE=compat
BEE_BUILDTYPE=meson
# EXCLUDE=""
# build_in_sourcedir
#mee_extract() {
# bee_extract ${@}
#}
#mee_patch() {
# bee_patch ${@}
#}
mee_configure() {
# with xattr enabled it tries to copy things like system.nfs4_acl which fails
bee_configure \
-Dselinux=false \
-Dxattr=false
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}