Skip to content

Commit

Permalink
Merge pull request #1297 from mariux64/fixupdate-ess
Browse files Browse the repository at this point in the history
ess: update to version 18.10.2
  • Loading branch information
wwwutz authored Sep 17, 2019
2 parents c0b5810 + 652d675 commit b906e87
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions ess-12.09_2-0.bee → ess.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/usr/bin/env beesh

# BEE_VERSION ess-18.10.2-0

## 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.)

###############################################################################
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="http://ess.r-project.org/downloads/ess/ess-${PKGVERSION}${PKGEXTRAVERSION_DASH}.tgz"
SRCURL[0]="https://ess.r-project.org/downloads/ess/ess-${PKGVERSION}.tgz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand All @@ -16,14 +18,8 @@ SRCURL[0]="http://ess.r-project.org/downloads/ess/ess-${PKGVERSION}${PKGEXTRAVER
# 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 +48,7 @@ SRCURL[0]="http://ess.r-project.org/downloads/ess/ess-${PKGVERSION}${PKGEXTRAVER
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand All @@ -62,6 +58,7 @@ SRCURL[0]="http://ess.r-project.org/downloads/ess/ess-${PKGVERSION}${PKGEXTRAVER
mee_install() {
make install DESTDIR=${D}/${PREFIX}
}
#
## by default this may be 'make install DESTDIR="${D}"'

###############################################################################
Expand All @@ -71,7 +68,7 @@ mee_install() {
## 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 b906e87

Please sign in to comment.