Skip to content

Commit

Permalink
Merge pull request #1238 from mariux64/update-traceroute-210
Browse files Browse the repository at this point in the history
Update traceroute from 2.0.21 to 2.1.0
  • Loading branch information
pmenzel authored Sep 3, 2019
2 parents fdd59fd + 0160397 commit 8b1129a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 83 deletions.
83 changes: 0 additions & 83 deletions traceroute-2.0.21-0.bee

This file was deleted.

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

# BEE_VERSION traceroute-2.1.0-0

SRCURL[0]="https://downloads.sourceforge.net/traceroute/traceroute-${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 prefix=${PREFIX}
}

0 comments on commit 8b1129a

Please sign in to comment.