#!/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
#}