Skip to content

Commit

Permalink
Merge pull request #313 from mariux64/update-tree-from-1.5.3-to-1.7.0
Browse files Browse the repository at this point in the history
Update tree from version 1.5.3 to 1.7.0
  • Loading branch information
pmenzel authored Mar 9, 2017
2 parents a4f7466 + 7d1085f commit aec84be
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 32 deletions.
32 changes: 0 additions & 32 deletions tree-1.5.3-0.bee

This file was deleted.

43 changes: 43 additions & 0 deletions tree.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
#!/usr/bin/env beesh

# BEE_VERSION tree-1.7.0-0

## The source URL(s) array
SRCURL[0]="http://mama.indstate.edu/users/ice/tree/src/tree-${PKGVERSION}.tgz"

## Add URLs/paths 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 "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

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

mee_install() {
bee_install BINDIR=${D}${BINDIR} MANDIR=${D}${MANDIR}/man1
}

0 comments on commit aec84be

Please sign in to comment.