blob: a877e386e947d71e17d9ae9ec2314a6b5467a1d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
|