Skip to content
Permalink
update-mpfr-402
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 47818d9 Feb 27, 2018 History
Peter says, you must update
1 contributor

Users who have contributed to this file

executable file 33 lines (23 sloc) 446 Bytes
#!/usr/bin/env beesh
# BEE_VERSION iftop-1.1.2-0
SRCURL[0]="https://github.com/wwwutz/iftop/archive/${PKGVERSION}.tar.gz iftop-${PKGVERSION}.tar.gz"
# EXCLUDE=""
build_in_sourcedir
#mee_extract() {
# bee_extract ${@}
#}
#mee_patch() {
# bee_patch ${@}
#}
mee_patch_post() {
./bootstrap
}
mee_configure() {
bee_configure --with-resolver=netdb_1thread
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}