#!/usr/bin/env beesh

# BEE_VERSION talloc-2.1.13-2

BEE_BUILDTYPE=autotools

#SRCURL[0]="https://www.samba.org/ftp/talloc/talloc-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/8d7ecc93a4bffb686e0dc00b12b6954d/talloc-2.1.13.tar.gz"

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
    . $(python2-config --prefix)/profile

    bee_configure \
        --disable-python
}

#mee_build() {
#    bee_build
#}

#mee_install() {
#    bee_install
#}