summaryrefslogtreecommitdiff
path: root/vera-fonts/qpf-bitstream-vera_1.10.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-04-20 03:11:30 +0000
committerChris Larson <clarson@kergoth.com>2004-04-20 03:11:30 +0000
commit210df3ce941d17ac9c0602a9f36c55328c6f5503 (patch)
tree2fa720957b2822f7288af0b27df38ca11e22f5c9 /vera-fonts/qpf-bitstream-vera_1.10.oe
parent1ce1f6f837ae775b06c2c5ada398564f930a82d4 (diff)
Merge
2004/04/19 14:02:59-05:00 ti.com!a0868066 Merges. 2004/04/19 14:00:46-05:00 ti.com!a0868066 Killing usage of {} expansion, which isnt supported by the ash shell. BKrev: 408494e2t24Aqbe2prpXURtnZlhCmA
Diffstat (limited to 'vera-fonts/qpf-bitstream-vera_1.10.oe')
-rw-r--r--vera-fonts/qpf-bitstream-vera_1.10.oe31
1 files changed, 31 insertions, 0 deletions
diff --git a/vera-fonts/qpf-bitstream-vera_1.10.oe b/vera-fonts/qpf-bitstream-vera_1.10.oe
index e69de29bb2..7631d206b6 100644
--- a/vera-fonts/qpf-bitstream-vera_1.10.oe
+++ b/vera-fonts/qpf-bitstream-vera_1.10.oe
@@ -0,0 +1,31 @@
+DESCRIPTION = "The Bitstream Vera fonts - QPF Edition"
+SECTION = "fonts"
+PRIORITY = "optional"
+
+SRC_URI = "http://openzaurus.org/mirror/vera-qpf_1.10-3.tar.gz"
+S = "${WORKDIR}/vera-qpf"
+
+do_install () {
+ install -d ${D}${palmtopqtdir}/lib/fonts/
+ for i in *.qpf; do
+ install -m 644 $i ${D}${palmtopqtdir}/lib/fonts/${i}
+ done
+}
+
+pkg_postinst () {
+#!/bin/sh
+
+set -e
+
+if [ "$1" != "configure" ]; then
+ exit 0
+fi
+
+. /etc/profile
+
+update-qtfontdir
+}
+
+PACKAGES = "qpf-bitstream-vera-small qpf-bitstream-vera-large"
+FILES_qpf-bitstream-vera-small = "vera_80_50* vera_80_50i* vera_80_75* vera_80_75i* vera_100_50* vera_100_50i* vera_100_75* vera_100_75i* vera_120_50* vera_120_50i* vera_120_75* vera_120_75i*"
+FILES_qpf-bitstream-vera-large = "vera_140_50* vera_140_50i* vera_140_75* vera_140_75i* vera_160_50* vera_160_50i* vera_160_75* vera_160_75i* vera_180_50* vera_180_50i* vera_180_75* vera_180_75i*"