Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2137 from mariux64/add-debootstrap-1.0.124-and-fa…
…kechroot-2.20.1

Add debootstrap 1.0.124 and fakechroot 2.20.1
  • Loading branch information
pmenzel committed May 7, 2021
2 parents f5e42ff + 848954e commit cd4517f
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
36 changes: 36 additions & 0 deletions debootstrap.be0
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION debootstrap-1.0.124-0

# https://salsa.debian.org/installer-team/debootstrap/-/archive/fbd2ea51c7ddf519209e78d1ba79ade70c76c015/debootstrap-1.0.124.tar.gz
SRCURL[0]="https://beehive.molgen.mpg.de/7b4dfb583c7b7c755efc26ac51ec3c64/debootstrap-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
39 changes: 39 additions & 0 deletions fakechroot.be0
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION fakechroot-2.20.1_13_ge7c1f3a-0

# https://github.com/dex4er/fakechroot
# https://github.com/lipnitsk/fakechroot/commit/e7c1f3a446e594a4d0cce5f5d499c9439ce1d5c5
# https://github.com/lipnitsk/fakechroot/archive/e7c1f3a446e594a4d0cce5f5d499c9439ce1d5c5.zip
SRCURL[0]="https://beehive.molgen.mpg.de/473d9e856389f9ba0f494e2a9c138e88/fakechroot-${PKGFULLVERSION}.zip"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

mee_patch() {
bee_patch "${@}"
start_cmd autoreconf -fi
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit cd4517f

Please sign in to comment.