From c288748a15b7bf1e9e1eebcafee061a619503de4 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 2 Sep 2019 17:29:25 +0200 Subject: [PATCH] diffutils: update 3.5 to 3.7 - update --- diffutils.be0 | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/diffutils.be0 b/diffutils.be0 index bd781b919..37cc36e19 100755 --- a/diffutils.be0 +++ b/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.) @@ -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. @@ -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. @@ -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}"' \ No newline at end of file