Skip to content

Commit

Permalink
nettle: update to 3.7.2 + compat
Browse files Browse the repository at this point in the history
- keep compat shared libs
- update to 3.7.2
  • Loading branch information
wwwutz committed May 4, 2021
1 parent 701d1a9 commit ca66054
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 83 deletions.
83 changes: 0 additions & 83 deletions nettle-3.1-1.bee

This file was deleted.

39 changes: 39 additions & 0 deletions nettle.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/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
#}
mee_install_post() {
echo "./contentdiff.pl /usr/share/bee/${PKGFULLNAME}-*/CONTENT ${D}/"
echo "( cd ${D}; find . -ls )"
exit
}

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 ca66054

Please sign in to comment.