Skip to content

Commit

Permalink
Merge pull request #742 from mariux64/fix-valgrind
Browse files Browse the repository at this point in the history
valgrind: add man pages
  • Loading branch information
thomas authored Apr 25, 2018
2 parents 6ced6bd + 9593df8 commit 725f597
Showing 1 changed file with 7 additions and 23 deletions.
30 changes: 7 additions & 23 deletions valgrind.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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/
##

0 comments on commit 725f597

Please sign in to comment.