Skip to content
Permalink
ffe189f49f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit c3fde73 Feb 11, 2020 History
- fixed SRCURL
2 contributors

Users who have contributed to this file

@wwwutz @pmenzel
executable file 31 lines (22 sloc) 521 Bytes
#!/usr/bin/env beesh
# BEE_VERSION traceroute-2.1.0-1
#SRCURL[0]="https://downloads.sourceforge.net/traceroute/traceroute-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/84d329d67abc3fb83fc8cb12aeaddaba/traceroute-2.1.0.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}
}