Skip to content

Commit

Permalink
Merge pull request #1300 from mariux64/fix-tcpdump-492
Browse files Browse the repository at this point in the history
tcpdump: fix 4.9.2
  • Loading branch information
wwwutz authored Sep 20, 2019
2 parents d925093 + 0c3d1b9 commit 0f9fa9f
Showing 1 changed file with 4 additions and 26 deletions.
30 changes: 4 additions & 26 deletions tcpdump.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION tcpdump-4.9.2-0
# BEE_VERSION tcpdump-4.9.2-1

## 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.)
Expand Down Expand Up @@ -32,13 +32,6 @@ SRCURL[0]="https://www.tcpdump.org/release/tcpdump-${PKGVERSION}.tar.gz"

# sourcesubdir_append src


###############################################################################
## Change the default (auto-detected) steps to
## extract, patch, configure/setup, build and install the software.
## Make sure the mee_install function does install everything to the
## image directory "${D}"

#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -58,22 +51,7 @@ SRCURL[0]="https://www.tcpdump.org/release/tcpdump-${PKGVERSION}.tar.gz"
#mee_install() {
# bee_install
#}
## 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/
##
mee_install_post() {
rm -vf ${D}/usr/sbin/tcpdump.${PKGVERSION}
}

0 comments on commit 0f9fa9f

Please sign in to comment.