]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ttf-fonts/ttf.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ttf-fonts / ttf.inc
1 SECTION = "x11/fonts"
2 PRIORITY = "optional"
3 PACKAGE_ARCH = "all"
4 #DEPENDS = "fontconfig opie-ttf-support"
5 #RSUGGESTS = "libfontconfig-utils opie-ttf-support"
6
7 # I dont want TTF fonts to depend on fontconfig on device
8 # as those fonts are used not only in X11 enviroment
9
10 do_install() {
11     install -d ${D}${datadir}/fonts/truetype/
12     install -m 0644 ${S}/*.ttf ${D}${datadir}/fonts/truetype/
13 }
14
15 #pkg_postinst () {
16 ##!/bin/sh
17 #fc-cache
18 #}