diff options
-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 |