Skip to content

Commit

Permalink
Merge pull request #2132 from mariux64/update-gnutls-371
Browse files Browse the repository at this point in the history
gnutls: update to 3.7.1
  • Loading branch information
wwwutz authored May 5, 2021
2 parents b2e5daa + 669f24e commit 15e10ef
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 83 deletions.
83 changes: 0 additions & 83 deletions gnutls-3.4.8-0.bee

This file was deleted.

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

# BEE_VERSION gnutls-3.7.1-0

# more info: https://gnutls.org/

# SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.1.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/278e1f50d79cd13727733adbf01fde8f/gnutls-3.7.1.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
--with-included-libtasn1 \
--disable-guile
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 15e10ef

Please sign in to comment.