diff --git a/inetutils.be0 b/inetutils.be0 index aeee99004..d7613b095 100755 --- a/inetutils.be0 +++ b/inetutils.be0 @@ -1,11 +1,5 @@ #!/usr/bin/env beesh -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. SRCURL[0]="http://ftp.gnu.org/gnu/inetutils/inetutils-${PKGVERSION}.tar.gz" @@ -56,7 +50,7 @@ mee_configure() { --disable-logger \ --disable-syslogd \ --disable-whois \ - --disable-traceroute + --disable-traceroute } #mee_build() { @@ -68,20 +62,4 @@ mee_configure() { #} ## by default this may be 'make install DESTDIR="${D}"' -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0]="" is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## +## by default this may be 'make install DESTDIR="${D}"'