diff --git a/sox.be0 b/sox.be0 new file mode 100755 index 000000000..ce524217b --- /dev/null +++ b/sox.be0 @@ -0,0 +1,39 @@ +#!/usr/bin/env beesh + +# BEE_VERSION sox-14.4.2-1 + +# SoX - Sound eXchange +# http://sox.sourceforge.net/ + +SRCURL[0]="https://sourceforge.net/projects/sox/files/sox/${PKGVERSION}/sox-${PKGVERSION}.tar.bz2/download" + + +# PATCHURL+=() + +# EXCLUDE+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +BEE_BUILDTYPE=autotools + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#}