Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
diffutils: update 3.5 to 3.7
- update
  • Loading branch information
wwwutz committed Sep 2, 2019
1 parent 2629e7d commit c288748
Showing 1 changed file with 3 additions and 26 deletions.
29 changes: 3 additions & 26 deletions diffutils.be0
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION diffutils-3.5-0
# BEE_VERSION diffutils-3.7-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,7 +9,7 @@
## 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://ftp.gnu.org/gnu/diffutils/diffutils-${PKGVERSION}.tar.xz"
SRCURL[0]="https://ftp.gnu.org/gnu/diffutils/diffutils-${PKGVERSION}.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -38,7 +38,6 @@ SRCURL[0]="http://ftp.gnu.org/gnu/diffutils/diffutils-${PKGVERSION}.tar.xz"

# sourcesubdir_append src


###############################################################################
## Change the default (auto-detected) steps to
## extract, patch, configure/setup, build and install the software.
Expand All @@ -61,29 +60,7 @@ SRCURL[0]="http://ftp.gnu.org/gnu/diffutils/diffutils-${PKGVERSION}.tar.xz"
# bee_build
#}

mee_build_post() {
make check
}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

###############################################################################
##
## Additional hints:
##
## 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.
##
## Everything in this file will be executed in a bash environment.
##
## Build the package by executing
## './pkg-version-N.bee' or
## 'beesh ./pkg-version-N.bee'
##
## see http://beezinga.org/
##
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit c288748

Please sign in to comment.