aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qpf-fonts
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2005-06-26 18:17:44 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2005-06-26 18:17:44 +0000
commit9f17533cfd7bcfdd03e64a92e4459a3e097f432d (patch)
tree777517a28a664189162810b66d2a9401765d2212 /packages/qpf-fonts
parent4e137096e5c02edbaffd13cec78a5c60fac4b1c0 (diff)
downloadopenembedded-9f17533cfd7bcfdd03e64a92e4459a3e097f432d.tar.gz
removed qpf-hunky_0.3.0.bb as we have HunkyFonts in QPF format in many other sizes as qpf-hunkysans qpf-hunkyserif
BKrev: 42bef148TqXQGvqF2aDHK8q8LHMIsQ
Diffstat (limited to 'packages/qpf-fonts')
-rw-r--r--packages/qpf-fonts/qpf-hunky_0.3.0.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/qpf-fonts/qpf-hunky_0.3.0.bb b/packages/qpf-fonts/qpf-hunky_0.3.0.bb
deleted file mode 100644
index a877e386e9..0000000000
--- a/packages/qpf-fonts/qpf-hunky_0.3.0.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Hunky fonts - QPF Edition"
-SECTION = "opie/fonts"
-PRIORITY = "optional"
-MAINTAINER = "Gints Polis <gints.polis@cc.lv>"
-LICENSE = "Bitstream Vera"
-HOMEPAGE = "http://www.yoper.com/ariszlo/hunky.html"
-PACKAGE_ARCH = "all"
-PR = "r2"
-
-SRC_URI = "http://handhelds.org/~gints/hunkyfonts-${PV}.tar.gz"
-S = "${WORKDIR}/hunkyfonts-${PV}/QPF"
-
-do_install () {
- install -d ${D}${palmqtdir}/lib/fonts/
- for i in *.qpf; do
- install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
- done
-}
-
-inherit qpf