Skip to content

Commit

Permalink
stress: be0 conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas committed Sep 12, 2019
1 parent ff6f856 commit 7659f64
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions stress-1.0.4-0.bee → stress.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env beesh

# BEE_VERSION stress-1.0.4-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 All @@ -9,21 +11,16 @@

SRCURL[0]="http://weather.ou.edu/~apw/projects/stress/stress-${PKGVERSION}.tar.gz"


###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
## be added to you package but may be present in the image directory.

# EXCLUDE+=()

###############################################################################
## Uncomment the next statement, if the software may not be able to be build
## outside the source directory and need to be build inside the source
## Uncomment the next statement, if the software may not be able to be built
## outside the source directory and needs to be built inside the source
## directory.

# build_in_sourcedir
Expand Down Expand Up @@ -52,7 +49,7 @@ SRCURL[0]="http://weather.ou.edu/~apw/projects/stress/stress-${PKGVERSION}.tar.g
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand All @@ -71,7 +68,7 @@ SRCURL[0]="http://weather.ou.edu/~apw/projects/stress/stress-${PKGVERSION}.tar.g
## 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.
## You may remove all comments as long as SRCURL[0] is set.
##
## Everything in this file will be executed in a bash environment.
##
Expand Down

0 comments on commit 7659f64

Please sign in to comment.