summaryrefslogtreecommitdiff
path: root/packages/qpf-fonts/qpf-helvetica_1.0.bb
blob: 960703039319788968932e6bedf3eb1ff86fed20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Helvetica fonts - QPF Edition"
LICENSE = "GPL QPL"
SECTION = "opie/fonts"
PRIORITY = "optional"
HOMEPAGE = "http://www.pobox.sk/~mico/zaurus.html"
PR = "r1"

SRC_URI = "http://ewi546.ewi.utwente.nl/mirror/hrw-oe-sources/qpf-helvetica.tar.bz2"
S = "${WORKDIR}/helvetica"

do_install () {
        install -d ${D}${palmqtdir}/lib/fonts/
        for font in *.qpf; do
                install -m 644 $font ${D}${palmqtdir}/lib/fonts/
        done
}

inherit qpf