summaryrefslogtreecommitdiff
path: root/packages/qpf-fonts/qpf-utopia_1.0.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-29 14:40:07 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-29 14:40:07 +0000
commit48c7883a6f0fa1820a3307d109ceb26d1bcb7a41 (patch)
tree79c49f3f558f77d440ad3d3a5d7e5382fa247bdc /packages/qpf-fonts/qpf-utopia_1.0.bb
parentc625a292aecd1db4e36a0a9cc4b4efa1901f328e (diff)
qpf-fonts: some major clean-up and bumping of PR after the "update-font-common" commits
* unify * drop update-qtfontdir from qte-fonts-common, it is provided by qpf-font-common * replace dependencies on qte-fonts-common with qpf-font-common * rename qte-fonts-common_3.3.5 to qpf-qte_3.3.5
Diffstat (limited to 'packages/qpf-fonts/qpf-utopia_1.0.bb')
-rw-r--r--packages/qpf-fonts/qpf-utopia_1.0.bb18
1 files changed, 4 insertions, 14 deletions
diff --git a/packages/qpf-fonts/qpf-utopia_1.0.bb b/packages/qpf-fonts/qpf-utopia_1.0.bb
index 148af3a758..eaee2d07a4 100644
--- a/packages/qpf-fonts/qpf-utopia_1.0.bb
+++ b/packages/qpf-fonts/qpf-utopia_1.0.bb
@@ -1,19 +1,9 @@
+require qpf.inc
+
DESCRIPTION = "Utopia fonts - QPF Edition"
-SECTION = "opie/fonts"
-PRIORITY = "optional"
-LICENSE = "GPL QPL"
HOMEPAGE = "http://www.pobox.sk/~mico/zaurus.html"
-PACKAGE_ARCH = "all"
-PR = "r1"
+LICENSE = "GPL QPL"
+PR = "r2"
SRC_URI = "http://ewi546.ewi.utwente.nl/mirror/hrw-oe-sources/qpf-utopia.tar.bz2"
S = "${WORKDIR}/utopia"
-
-do_install () {
- install -d ${D}${palmqtdir}/lib/fonts/
- for i in *.qpf; do
- install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
- done
-}
-
-require qpf.inc