diff --git a/tcpdump.be0 b/tcpdump.be0 index 2b7986a82..875b5f632 100755 --- a/tcpdump.be0 +++ b/tcpdump.be0 @@ -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.) @@ -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 "${@}" #} @@ -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} +}