aboutsummaryrefslogtreecommitdiffstats
path: root/qpf-fonts/terminus.oe
diff options
context:
space:
mode:
Diffstat (limited to 'qpf-fonts/terminus.oe')
-rw-r--r--qpf-fonts/terminus.oe31
1 files changed, 0 insertions, 31 deletions
diff --git a/qpf-fonts/terminus.oe b/qpf-fonts/terminus.oe
deleted file mode 100644
index 9452e13171..0000000000
--- a/qpf-fonts/terminus.oe
+++ /dev/null
@@ -1,31 +0,0 @@
-DESCRIPTION = "Qt/Embedded terminus font"
-HOMEPAGE = "http://www.is-vn.bg/hamster/jimmy-en.html"
-SECTION = "opie/fonts"
-PRIORITY = "optional"
-MAINTAINER = "M&N Solutions GmbH <info@mn-solutions.de>"
-LICENSE = "GPL"
-RDEPENDS = "qte-fonts-common"
-PACKAGE_ARCH = "all"
-PV = "1.0"
-PR = "r1"
-
-SRC_URI = "http://www.mn-solutions.de/downloads/mnci/terminus-fonts.tar.bz2"
-S = ${WORKDIR}/terminus-fonts
-
-
-do_install() {
- mkdir -p ${D}${palmtopdir}/lib/fonts
- cp *.qpf ${D}${palmtopdir}/lib/fonts
-}
-
-PACKAGES = "qpf-terminus"
-FILES = ""
-FILES_qpf-terminus = "${palmtopdir}/lib/fonts"
-
-pkg_postinst() {
-#!/bin/sh
-if [ -n "$D" ]; then exit 1; fi
-set -e
-. /etc/profile
-${sbindir}/update-qtfontdir
-}