Skip to content

Commit

Permalink
traceroute: update 2.0.21 to 2.1.0
Browse files Browse the repository at this point in the history
n/a
  • Loading branch information
wwwutz committed Sep 3, 2019
1 parent 4c515f1 commit f1eaf29
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=/usr
}

0 comments on commit f1eaf29

Please sign in to comment.