Skip to content

Commit

Permalink
inetutils: tidy up bee file
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwutz committed Sep 12, 2019
1 parent 094344e commit 5714f22
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions inetutils.be0
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -56,7 +50,7 @@ mee_configure() {
--disable-logger \
--disable-syslogd \
--disable-whois \
--disable-traceroute
--disable-traceroute
}

#mee_build() {
Expand All @@ -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}"'

0 comments on commit 5714f22

Please sign in to comment.