Skip to content
Permalink
c9d52e0b7f
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
 
 
Cannot retrieve contributors at this time
executable file 42 lines (31 sloc) 768 Bytes
#!/usr/bin/env beesh
# BEE_VERSION inetutils-2.2-0
# SRCURL[0]="https://ftp.gnu.org/gnu/inetutils/inetutils-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/de8c1b49cbde2b30e481c61c65357ad4/inetutils-2.2.tar.xz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_patch_post() {
sed -i -e 's/SUIDMODE = -o root/SUIDMODE =/' src/Makefile.am
sed -i -e 's/SUIDMODE = -o root/SUIDMODE =/' ping/Makefile.am
automake
}
mee_configure() {
bee_configure \
--disable-logger \
--disable-syslogd \
--disable-whois \
--disable-traceroute
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}