#!/usr/bin/env beesh # BEE_VERSION wavpack-5.4.0-0 # more info: http://wavpack.com/ # req. by audacious-plugins #SRCURL[0]="https://github.com/dbry/WavPack/archive/${PKGVERSION}.tar.gz" SRCURL[0]="https://beehive.molgen.mpg.de/f81ac074fa60f16e0dcedb10ba7f4d96/5.4.0.tar.gz" # PATCHURL+=() # do not even think of using cmake: un.support.ed. BEE_BUILDTYPE=autotools # build_in_sourcedir # sourcesubdir_append src #mee_extract() { # bee_extract "${@}" #} mee_patch() { bee_patch "${@}" autoreconf -v --install } #mee_configure() { # bee_configure #} #mee_build() { # bee_build #} #mee_install() { # bee_install #}