diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/qpf-fonts/qpf-gentium_1.01.bb | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/qpf-fonts/qpf-gentium_1.01.bb')
-rw-r--r-- | packages/qpf-fonts/qpf-gentium_1.01.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/qpf-fonts/qpf-gentium_1.01.bb b/packages/qpf-fonts/qpf-gentium_1.01.bb index e69de29bb2..6da8f72836 100644 --- a/packages/qpf-fonts/qpf-gentium_1.01.bb +++ b/packages/qpf-fonts/qpf-gentium_1.01.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Gentium fonts - QPF Edition" +SECTION = "opie/fonts" +PRIORITY = "optional" +LICENSE = "Gentium" +HOMEPAGE = "http://www.sil.org/~gaultney/gentium/" +PACKAGE_ARCH = "all" +PR = "r0" + +SRC_URI = "http://www.hrw.one.pl/_pliki/oe/files/qpf-gentium_${PV}.tar.bz2" +S = "${WORKDIR}/qpf-gentium" + +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 |