ttf.inc 329 B

123456789101112
  1. DESCRIPTION ?= "TrueType font package ${PN}"
  2. SECTION = "fonts"
  3. # we don't need a compiler nor a c library for these fonts
  4. INHIBIT_DEFAULT_DEPS = "1"
  5. do_install() {
  6. install -d ${D}${datadir}/fonts/truetype/
  7. find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \;
  8. }
  9. inherit allarch fontcache