aboutsummaryrefslogtreecommitdiffstats
path: root/qpf-fonts/terminus.oe
blob: 9452e131714f3433cd21694a58d4a3e43aa51288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
}