diff --git a/bzip2.be0 b/bzip2.be0 index 37b9062c4..935345f3e 100755 --- a/bzip2.be0 +++ b/bzip2.be0 @@ -1,50 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION bzip2-1.0.8-0 +# BEE_VERSION bzip2-1.0.8-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]="https://sourceware.org/pub/bzip2/bzip2-${PKGVERSION}.tar.gz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. +# SRCURL[0]="https://sourceware.org/pub/bzip2/bzip2-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/67e051268d0c475ea773822f7500d0e5/bzip2-1.0.8.tar.gz" # 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. - -# EXCLUDE+=() - -############################################################################### -## 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. - # 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 "${@}" #} @@ -84,22 +50,3 @@ mee_install() { ln -sv bzip2 ${D}/bin/bunzip2 ln -sv bzip2 ${D}/bin/bzcat } -## 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/ -## diff --git a/hub.be0 b/hub.be0 index 76ef63a4f..bff9d30d0 100755 --- a/hub.be0 +++ b/hub.be0 @@ -1,9 +1,14 @@ #!/usr/bin/env beesh -# BEE_VERSION hub-2.14.2_p52_31b64436-0 +# BEE_VERSION hub-2.14.2_p61_c8e68d54-0 -# SRCURL[0]="https://github.com/github/hub/archive/v${PKGVERSION}.tar.gz ${PKGFULLNAME}-${PKGFULLVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/27d2db022d2bf4940f0be6f6af19b1b1/hub-2.14.2_p52_31b64436.tar.bz2" +# https://github.com/github/hub + +# bee download -c c8e68d548a39ec0fab6f674a669c21b54d4eec61 https://github.com/github/hub.git +# /src/mariux/beeroot/downloads/hub-2.14.2_p61_c8e68d54.tar.bz2 + +# SRCURL[0]="https://beehive.molgen.mpg.de/27d2db022d2bf4940f0be6f6af19b1b1/hub-2.14.2_p52_31b64436.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/2d0e93ef5d8b04408be3a128fcbcb155/hub-2.14.2_p61_c8e68d54.tar.bz2" export GOPATH=${B}/bee_go @@ -22,7 +27,3 @@ export GOPATH=${B}/bee_go #mee_install() { # bee_install #} - -#mee_install_post() { -# exit -#} diff --git a/ncdu.be0 b/ncdu.be0 index 2221f106d..38add1ecf 100755 --- a/ncdu.be0 +++ b/ncdu.be0 @@ -19,7 +19,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/8846e965c6c008d572cb42ad3a56400b/ncdu-1 #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() {