diff --git a/lohit-telugu-ttf.be0 b/lohit-telugu-ttf.be0 new file mode 100755 index 000000000..4efcc773e --- /dev/null +++ b/lohit-telugu-ttf.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION lohit-telugu-ttf-2.5.5-0 + +# more info: https://pagure.io/lohit/ + +SRCURL+=(https://beehive.molgen.mpg.de/0e5d926d893bc01870e020a92ef5cfd9/lohit-telugu-ttf-2.5.5.tar.gz) + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +mee_install() { + FONTSDIR=${DATADIR}/fonts + install -d -v --mode=755 ${D}${FONTSDIR}/lohit/ + cp -av ${S}/Lohit-Telugu.ttf ${D}${FONTSDIR}/lohit/ + install -d -v --mode=755 ${D}${DATADIR}/fontconfig/conf.avail/ + install -d -v --mode=755 ${D}/etc/fonts/conf.d/ + ln -s ${DATADIR}/fontconfig/conf.avail/66-lohit-telugu.conf ${D}/etc/fonts/conf.d +}