Skip to content

Commit

Permalink
Merge pull request #2053 from mariux64/update-make
Browse files Browse the repository at this point in the history
Update make
  • Loading branch information
donald authored Mar 19, 2021
2 parents be10bb6 + bdd009d commit 38ad693
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions automake-1.15-0.bee → automake.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env beesh

# BEE_VERSION automake-1.16.3-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.)

Expand Down
7 changes: 3 additions & 4 deletions make.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION make-4.2.1-2
# BEE_VERSION make-4.3-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.)
Expand All @@ -9,14 +9,13 @@
## 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]="https://ftp.gnu.org/gnu/make/make-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://ftp.gnu.org/gnu/make/make-${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+=(/src/mariux/patches/make.guile22.diff.gz)
PATCHURL+=(/src/mariux/patches/make.glibc-2.27.glob.diff.gz)
#PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down

0 comments on commit 38ad693

Please sign in to comment.