blob: c77af3993797dcecc15b2358d398904ce2a8d5e1 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001DESCRIPTION ?= "TrueType font package ${PN}"
2SECTION = "fonts"
3
4# we don't need a compiler nor a c library for these fonts
5INHIBIT_DEFAULT_DEPS = "1"
6
7do_install() {
8 install -d ${D}${datadir}/fonts/truetype/
9 find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \;
10}
11
12inherit allarch fontcache