#!/usr/bin/env beesh

# BEE_VERSION alsa-lib-1.1.5-2

# SRCURL[0]="ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/a2b465c3a5265d8a57f3ff39c6c4fc29/alsa-lib-1.1.5.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

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

#mee_build() {
#    bee_build
#}

#mee_install() {
#    bee_install
#}