diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-06-26 18:17:44 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-06-26 18:17:44 +0000 |
commit | 9f17533cfd7bcfdd03e64a92e4459a3e097f432d (patch) | |
tree | 777517a28a664189162810b66d2a9401765d2212 /packages/qpf-fonts | |
parent | 4e137096e5c02edbaffd13cec78a5c60fac4b1c0 (diff) |
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.bb | 20 |
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 |