From 2e6873fa1afdb4e593d4e5f75cdff855f5ce5209 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 15 Feb 2018 08:55:03 +0100 Subject: [PATCH 1/5] gettext: Recreate with current template --- gettext-0.18.1.1-0.bee | 92 +++++++++++++++++++++++++++++++++--------- 1 file changed, 74 insertions(+), 18 deletions(-) diff --git a/gettext-0.18.1.1-0.bee b/gettext-0.18.1.1-0.bee index 05e0a81a7..981ee0ab8 100755 --- a/gettext-0.18.1.1-0.bee +++ b/gettext-0.18.1.1-0.bee @@ -1,27 +1,83 @@ -#!/bin/env beesh +#!/usr/bin/env beesh -PGRP=( uncategorized ) +## 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.) -SRCURL[0]="http://ftp.gnu.org/gnu/gettext/gettext-0.18.1.1.tar.gz" +############################################################################### +## 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. -PATCHES[0]="" +SRCURL[0]="http://ftp.gnu.org/gnu/gettext/gettext-${PKGVERSION}.tar.gz" -# EXCLUDE="" +############################################################################### +## Add URLs/pathes to patch files to the PATCHURL array. +## The sources will be patched in the order of the array. -mee_patch() { - bee_patch -} +# PATCHURL+=() -mee_configure() { - bee_configure -} +############################################################################### +## 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. -mee_build() { - bee_build - make check -} +# EXCLUDE+=() -mee_install() { - bee_install -} +############################################################################### +## 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 + +############################################################################### +## 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 + + +############################################################################### +## Change the default (auto-detected) steps to +## extract, patch, configure/setup, build and install the software. +## Make sure the mee_install function does install everything to the +## image directory "${D}" + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#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/ +## From 47bba6692a2b9553bc3aaf3943ff3bd1c6557d66 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 15 Feb 2018 08:56:40 +0100 Subject: [PATCH 2/5] gettext: Convert to versionless bee file --- gettext-0.18.1.1-0.bee => gettext.be0 | 2 ++ 1 file changed, 2 insertions(+) rename gettext-0.18.1.1-0.bee => gettext.be0 (98%) diff --git a/gettext-0.18.1.1-0.bee b/gettext.be0 similarity index 98% rename from gettext-0.18.1.1-0.bee rename to gettext.be0 index 981ee0ab8..6ce2c4268 100755 --- a/gettext-0.18.1.1-0.bee +++ b/gettext.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION gettext-0.18.1.1-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.) From f725d4a468e91ea1fc44dac10e750c4a6884a75c Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 15 Feb 2018 08:57:24 +0100 Subject: [PATCH 3/5] gettext: Update URL to https --- gettext.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettext.be0 b/gettext.be0 index 6ce2c4268..c6ea2737b 100755 --- a/gettext.be0 +++ b/gettext.be0 @@ -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/gettext/gettext-${PKGVERSION}.tar.gz" +SRCURL[0]="https://ftp.gnu.org/gnu/gettext/gettext-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. From 20394cd0f159ccd2bb112812ad2b564aa4de4533 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 15 Feb 2018 08:58:58 +0100 Subject: [PATCH 4/5] gettext: Update version from 0.18.1.1 to 0.19.8.1 --- gettext.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettext.be0 b/gettext.be0 index c6ea2737b..233aaedd7 100755 --- a/gettext.be0 +++ b/gettext.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gettext-0.18.1.1-0 +# BEE_VERSION gettext-0.19.8.1-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.) From 70a92b128f5dafed6c195b4a073eddb90fccedc6 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 15 Feb 2018 08:59:54 +0100 Subject: [PATCH 5/5] gettext: Increase build number Increase build number, because gettext-0.19.8.1-0 already exists. --- gettext.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettext.be0 b/gettext.be0 index 233aaedd7..c11c2c7ab 100755 --- a/gettext.be0 +++ b/gettext.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gettext-0.19.8.1-0 +# BEE_VERSION gettext-0.19.8.1-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.)