From 9593df8dd9c5a4e306b9a4854d1abdb7e85eb073 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Wed, 25 Apr 2018 10:03:40 +0200 Subject: [PATCH] valgrind: add man pages - add man pages - remove html pages --- valgrind.be0 | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/valgrind.be0 b/valgrind.be0 index d0dca878c..9668a9bc2 100755 --- a/valgrind.be0 +++ b/valgrind.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION valgrind-3.13.0-0 +# BEE_VERSION valgrind-3.13.0-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.) @@ -28,7 +28,8 @@ SRCURL[0]="https://sourceware.org/pub/valgrind/valgrind-${PKGVERSION}.tar.bz2" ## outside the source directory and need to be build inside the source ## directory. -# build_in_sourcedir +# make install bug for man&doc +build_in_sourcedir ############################################################################### ## bee cannot detect buildtypes specified in subdirectories. @@ -61,25 +62,8 @@ SRCURL[0]="https://sourceware.org/pub/valgrind/valgrind-${PKGVERSION}.tar.bz2" # bee_build #} -#mee_install() { -# bee_install -#} +mee_install() { + bee_install + rm -rf ${D}/usr/share/doc # no html docs, lmgtfy +} ## 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/ -##