aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qpf-fonts/qpf-dejavusansmono_1.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/qpf-fonts/qpf-dejavusansmono_1.7.bb')
-rw-r--r--packages/qpf-fonts/qpf-dejavusansmono_1.7.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/qpf-fonts/qpf-dejavusansmono_1.7.bb b/packages/qpf-fonts/qpf-dejavusansmono_1.7.bb
deleted file mode 100644
index 939cc88149..0000000000
--- a/packages/qpf-fonts/qpf-dejavusansmono_1.7.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "DejaVu Sans Mono font - QPF Edition"
-SECTION = "opie/fonts"
-PRIORITY = "optional"
-MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>"
-LICENSE = "Bitstream Vera"
-HOMEPAGE = "http://dejavu.sourceforge.net/wiki/index.php/Main_Page"
-PACKAGE_ARCH = "all"
-PR = "r1"
-
-SRC_URI = "http://www.hrw.one.pl/_pliki/oe/files/${PN}-${PV}.tar.bz2"
-
-S = "${WORKDIR}/${PN}"
-
-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