Skip to content

Update lzip lziprecover introduce plzip #2713

Merged
merged 3 commits into from
Jul 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lzip.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env beesh

# BEE_VERSION lzip-1.22-0
# BEE_VERSION lzip-1.23-0

## The source URL(s) array
# SRCURL[0]="https://download.savannah.gnu.org/releases/lzip/lzip-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/f062faf68595d594a28fade73a43c001/lzip-1.22.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/c47878da4af44ce7ab4115a75640a99d/lzip-1.23.tar.gz"

## enforce 'autotools' to cope with the './configure' used inhere
BEE_BUILDTYPE=autotools
Expand Down
6 changes: 4 additions & 2 deletions lziprecover.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION lziprecover-1.18-0
# BEE_VERSION lziprecover-1.23-0

## The source URL(s) array
SRCURL[0]="https://download.savannah.gnu.org/releases/lzip/lziprecover/lziprecover-${PKGVERSION}.tar.gz"
#SRCURL[0]="https://download.savannah.gnu.org/releases/lzip/lziprecover/lziprecover-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/0268b4ba5ecdbadcfb6d3a9b5ff0aee5/lziprecover-1.23.tar.gz"


## enforce 'autotools' to cope with the './configure' used inhere
BEE_BUILDTYPE=autotools
Expand Down
44 changes: 44 additions & 0 deletions lzlib.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
#!/usr/bin/env beesh

# BEE_VERSION lzlib-1.13-0

## The source URL(s) array
# SRCURL[0]="https://download.savannah.gnu.org/releases/lzip/lzlib-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/76748744393c000a15ded7a3e613aa79/lzlib-1.13.tar.gz"

## enforce 'autotools' to cope with the './configure' used inhere
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in here

BEE_BUILDTYPE=autotools

## Add URLs/pathes to patch files
# PATCHURL+=()

## files that should not be added from the image directory.
# EXCLUDE+=()


## uncomment to change default
# build_in_sourcedir

## specify different source directory
# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
44 changes: 44 additions & 0 deletions plzip.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
#!/usr/bin/env beesh

# BEE_VERSION plzip-1.10-0

## The source URL(s) array
# SRCURL[0]="https://download.savannah.gnu.org/releases/lzip/plzip-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/4601ee7a0a5e7a56a71b0558663d554e/plzip-1.10.tar.gz"

## enforce 'autotools' to cope with the './configure' used inhere
BEE_BUILDTYPE=autotools

## Add URLs/pathes to patch files
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

paths

(I thought, we use the minimal template with no comments.)

# PATCHURL+=()

## files that should not be added from the image directory.
# EXCLUDE+=()


## uncomment to change default
# build_in_sourcedir

## specify different source directory
# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}