Skip to content
Permalink
update-mpfr-402
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
@wwwutz
Latest commit 089a15b Sep 30, 2019 History
- replaces re-alpine
1 contributor

Users who have contributed to this file

executable file 39 lines (27 sloc) 609 Bytes
#!/usr/bin/env beesh
# BEE_VERSION alpine-2.21.99999-0
# more info: https://repo.or.cz/alpine.git
# http://alpine.x10host.com/alpine/
SRCURL[0]="/src/mariux/beeroot/downloads/alpine-0_t1569546390_90e12ea.tar.bz2"
# PATCHURL+=()
build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure --without-tcl
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
mee_install_post() {
rm -vrf ${D}/usr/bin/{rpdump,rpload}
rm -vrf ${D}/usr/share/man/man1/{rpdump,rpload}.1
}