Skip to content

Commit

Permalink
Merge pull request #1264 from mariux64/sparsehash-fix-download-url
Browse files Browse the repository at this point in the history
sparsehash: update download url
  • Loading branch information
wwwutz authored Sep 12, 2019
2 parents cae29b5 + 7427083 commit acb0ce4
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions sparsehash-2.0.2-0.bee → sparsehash.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/usr/bin/env beesh

# BEE_VERSION sparsehash-2.0.2-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.)

###############################################################################
## 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://sparsehash.googlecode.com/files/sparsehash-${PKGVERSION}.tar.gz"
SRCURL[0]="https://github.com/sparsehash/sparsehash/archive/sparsehash-2.0.2.tar.gz sparsehash-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand All @@ -16,17 +18,20 @@ SRCURL[0]="http://sparsehash.googlecode.com/files/sparsehash-${PKGVERSION}.tar.g
# 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.
## 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.

# EXCLUDE+=()
# build_in_sourcedir

###############################################################################
## 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
## directory.
## bee cannot detect buildtypes specified in subdirectories.
## Sometimes packages "hide" the real sources in a subdirectory named
## 'src' or 'cmake' or ..
## use 'sourcesubdir_append' to specify this directory if known.

# sourcesubdir_append src

# build_in_sourcedir

###############################################################################
## Change the default (auto-detected) steps to
Expand All @@ -43,7 +48,7 @@ SRCURL[0]="http://sparsehash.googlecode.com/files/sparsehash-${PKGVERSION}.tar.g
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand All @@ -62,7 +67,7 @@ SRCURL[0]="http://sparsehash.googlecode.com/files/sparsehash-${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 acb0ce4

Please sign in to comment.