Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fping: fix SRCURL
- fixed SRCURL
- be0ified
  • Loading branch information
wwwutz committed Nov 11, 2021
1 parent 7c5ba92 commit 1fd10aa
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
@@ -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 1fd10aa

Please sign in to comment.