Merge bk://openembedded@openembedded.bkbits.net/packages
[vuplus_openembedded] / vera-fonts / qpf-bitstream-vera-sans-mono-50-t5_1.1.oe
1 DESCRIPTION = "fonts-bitstream-vera-sans-mono-50-t5 is a package \
2 containing QPF font files of Bitstream Vera Mono, at the \
3 normal line weight (not bold), and rotated 90 degrees, for \
4 Qtopia apps in -display Transformed:Rot90 mode."
5 SECTION = "opie/fonts"
6 PRIORITY = "optional"
7
8 SRC_URI = "http://openzaurus.org/mirror/fonts-bitstream-vera-sans-mono-50-t5_1.1.tar.gz"
9
10 FILES_${PN} += "/opt"
11
12 do_install () { 
13         install -d ${D}${palmqtdir}/lib/fonts/ 
14         
15         cd ${WORKDIR}/fonts-bitstream-vera-sans-mono-50-t5_1.1/home/QtPalmtop/lib/fonts/
16         
17         for i in *.qpf; do 
18                 install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i} 
19         done 
20
21
22 pkg_postinst () {
23 #!/bin/sh
24 if [ -n "$D" ]; then exit 1; fi
25 set -e
26 . /etc/profile
27 ${sbindir}/update-qtfontdir
28 }