Skip to content
Permalink
726b4877f9
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
- needless to say it's not needed
3 contributors

Users who have contributed to this file

@pmenzel @donald @wwwutz
executable file 47 lines (36 sloc) 837 Bytes
#!/usr/bin/env beesh
# BEE_VERSION util-linux-2.34-2
SRCURL[0]="https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v${PKGVERSION}/util-linux-${PKGVERSION}.tar.xz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure \
CFLAGS='-fPIC -g -O2' \
ADJTIME_PATH=/var/lib/hwclock/adjtime \
--without-python \
--disable-nls \
--disable-colors-default \
--disable-silent-rules \
--disable-nologin \
--disable-login \
--disable-su \
--disable-chfn-chsh \
--disable-makeinstall-chown
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
#mee_install_post() {
# cd $D;find . -ls
# exit
#}