Skip to content
Permalink
c80d0e77b4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 contributor

Users who have contributed to this file

executable file 38 lines (26 sloc) 525 Bytes
#!/usr/bin/env beesh
# BEE_VERSION font-symbola-9.00-0
SRCURL[0]="http://users.teilar.gr/~g1951d/Symbola.zip"
# 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
#}
mee_install_post() {
install -d --mode=755 ${D}${DATAROOTDIR}/fonts/Symbola
cp -av ${S}/*.ttf ${D}${DATAROOTDIR}/fonts/Symbola/
}