Skip to content

Commit

Permalink
Merge pull request #1943 from mariux64/test
Browse files Browse the repository at this point in the history
radvd: update to 2.18
  • Loading branch information
wwwutz authored Oct 1, 2020
2 parents e77dec7 + 352e433 commit 7cf0c3b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 83 deletions.
83 changes: 0 additions & 83 deletions radvd-2.12-0.bee

This file was deleted.

36 changes: 36 additions & 0 deletions radvd.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION radvd-2.18-0

# SRCURL[0]="http://www.litech.org/radvd/dist/radvd-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/26ead3a0d5cfbe4c81c3089eaf7b3250/radvd-2.18.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() {
rm -rv ${D}/lib
}

0 comments on commit 7cf0c3b

Please sign in to comment.