Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #234 from mariux64/add-jemalloc-3.6.0
jemalloc: Add version 3.6.0
  • Loading branch information
pmenzel committed Dec 7, 2016
2 parents 55ce7b9 + 9d471d5 commit 6be6dc1
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions jemalloc.be0
@@ -0,0 +1,44 @@
#!/usr/bin/env beesh

# BEE_VERSION jemalloc-3.6.0-0

## The source URL(s) array
SRCURL[0]="https://github.com/jemalloc/jemalloc/archive/${PKGVERSION}.tar.gz"

## Add URLs/pathes to patch files
# PATCHURL+=()

## files that should not be added from the image directory.
# EXCLUDE+=()


## uncomment to change default
build_in_sourcedir

## specify different source directory
# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}

# disable attempt to build docs with docbook
function mee_patch() {
start_cmd sed -i -e '/install:/ s/install_doc//' Makefile.in
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

## mee_install() should install into "${D}"
## default: 'make install DESTDIR="${D}"'

#mee_install() {
# bee_install
#}

0 comments on commit 6be6dc1

Please sign in to comment.