Skip to content

Commit

Permalink
Merge pull request #2131 from mariux64/update-nettle-372
Browse files Browse the repository at this point in the history
nettle: update to 3.7.2 + compat
  • Loading branch information
wwwutz authored May 5, 2021
2 parents 06461a6 + 79e90fb commit b2e5daa
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 83 deletions.
83 changes: 0 additions & 83 deletions nettle-3.1-1.bee

This file was deleted.

33 changes: 33 additions & 0 deletions nettle.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#!/usr/bin/env beesh

# BEE_VERSION nettle-3.7.2-0

# https://ftp.gnu.org/gnu/nettle/nettle-3.7.2.tar.gz"

SRCURL[0]="https://beehive.molgen.mpg.de/22849db27ed563ebbc829273f0c97e35/nettle-3.7.2.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

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

# BEE_VERSION nettle_compat-3.0-0

SRCURL[0]=

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
cd ${D}
tar xpf /src/mariux/beeroot/packages/nettle-3.1-1.x86_64.bee.tar.bz2 \
/usr/lib/libhogweed.so.4 \
/usr/lib/libhogweed.so.4.0 \
/usr/lib/libnettle.so.6.0 \
/usr/lib/libnettle.so.6
}
#
#mee_install() {
# bee_install
#}

0 comments on commit b2e5daa

Please sign in to comment.