Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
arping: update to version 2.16
- be0ified
- linked static to libnet-1.2 ( dep-- )
  • Loading branch information
wwwutz committed May 4, 2021
1 parent cc4ba01 commit 42650dd
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 83 deletions.
83 changes: 0 additions & 83 deletions arping-2.16-0.bee

This file was deleted.

39 changes: 39 additions & 0 deletions arping.be0
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION arping-2.21-0

BEE_BUILDTYPE=autotools

# https://github.com/ThomasHabets/arping
# SRCURL[0]="https://github.com/ThomasHabets/arping/archive/refs/tags/arping-2.21.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/a5eedd5cd78798793bc590aa62c25540/arping-2.21.tar.gz"

# PATCHURL+=()
# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_patch_post() {
${S}/bootstrap.sh
}

#mee_configure() {
# ${S}/configure --prefix=${PREFIX} \
#
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 42650dd

Please sign in to comment.