Skip to content

Commit

Permalink
alpine: update to git latest
Browse files Browse the repository at this point in the history
- replaces re-alpine
  • Loading branch information
wwwutz committed Sep 30, 2019
1 parent 9113f66 commit 089a15b
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 37 deletions.
39 changes: 39 additions & 0 deletions alpine.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/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
}
37 changes: 0 additions & 37 deletions re-alpine-2.01-0.x86_64.bee

This file was deleted.

0 comments on commit 089a15b

Please sign in to comment.