64052009d7b785d0b3c02272cf38e25b684c5060
[vuplus_openembedded] / vera-fonts / ttf-bitstream-vera_1.10.oe
1 DESCRIPTION = "The Bitstream Vera fonts - TTF Edition"
2 SECTION = "x11/fonts"
3 PRIORITY = "optional"
4
5 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2" 
6
7
8 FILES_${PN} = "/etc /usr/share/fonts" 
9
10
11 do_install () { 
12         install -d ${D}${prefix}/share/fonts/ttf/ 
13         for i in *.ttf; do 
14                 install -m 644 $i ${D}${prefix}/share/fonts/ttf/${i} 
15         done 
16
17         # fontconfig ships this too.  not sure what to do about it.
18         #install -d ${D}/etc/fonts 
19         #install -m 644 local.conf ${D}/etc/fonts/local.conf 
20
21
22         install -d ${D}${prefix}/share/doc/${PN}/ 
23         for i in *.TXT; do 
24                 install -m 644 $i ${D}${prefix}/share/doc/${PN}/$i 
25         done 
26
27
28 pkg_postinst () {
29 #!/bin/sh
30 fc-cache
31 }