diff --git a/HandBrake.be0 b/HandBrake.be0 new file mode 100755 index 000000000..95c20d599 --- /dev/null +++ b/HandBrake.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION HandBrake-1.1.0-0 +# https://handbrake.fr/ + +SRCURL[0]="https://download.handbrake.fr/releases/${PKGVERSION}/HandBrake-${PKGVERSION}-source.tar.bz2" + +# PATCHURL+=() + +# EXCLUDE+=() + +build_in_sourcedir + +# sourcesubdir_append src + +mee_extract() { + bee_extract "${@}" + bee install jansson +} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + ./configure --launch-jobs=$(nproc) --launch +} + +#mee_build() { +# bee_build +#} + +mee_install() { + mkdir -p ${D}${BINDIR} + install -v -m 755 build/HandBrakeCLI ${D}${BINDIR}/ + install -v -m 755 build/gtk/src/ghb ${D}${BINDIR}/ +} +## by default this may be 'make install DESTDIR="${D}"' diff --git a/jansson.be0 b/jansson.be0 new file mode 100755 index 000000000..c688dd67b --- /dev/null +++ b/jansson.be0 @@ -0,0 +1,34 @@ +#!/usr/bin/env beesh + +# BEE_VERSION jansson-2.11-0 + +SRCURL[0]="http://www.digip.org/jansson/releases/jansson-${PKGVERSION}.tar.gz" + +# PATCHURL+=() + +# EXCLUDE+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +# mee_extract() { +# bee_extract "${@}" +# } + +# mee_patch() { +# bee_patch "${@}" +#} + +# mee_configure() { +# bee_configure "${@}" +#} + +# mee_build() { +# bee_build +#} + +# mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"'