Skip to content
Permalink
update-libxslt…
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
2 contributors

Users who have contributed to this file

@pmenzel @wwwutz
executable file 42 lines (25 sloc) 559 Bytes
#!/usr/bin/env beesh
# BEE_VERSION glib2-2.64.1-0
SRCURL[0]="https://ftp.acc.umu.se/pub/gnome/sources/glib/${PKGVERSION[2]}/glib-${PKGVERSION}.tar.xz"
# PATCHURL+=()
# BEE_CONFIGURE=compat
# 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=disabled \
-Dxattr=false
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}