Skip to content

Commit

Permalink
Merge pull request #2497 from mariux64/fix-fping
Browse files Browse the repository at this point in the history
fping: fix SRCURL
  • Loading branch information
wwwutz authored Nov 12, 2021
2 parents 792916a + 1fd10aa commit 35c5a50
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 33 deletions.
33 changes: 0 additions & 33 deletions fping-2.4_b2-1.bee

This file was deleted.

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

# BEE_VERSION fping-2.4_b2-2

# SRCURL[0]="http://fping.sourceforge.net/download/fping.tar.gz fping-2.4b2_to-ipv6.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/d5e8be59e307cef76bc479e1684df705/fping-2.4b2_to-ipv6.tar.gz"

# PATCHURL[0]=""

#mee_patch() {
# bee_patch
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
bee_install
chmod u+s ${D}${SBINDIR}/fping
}

0 comments on commit 35c5a50

Please sign in to comment.