summaryrefslogtreecommitdiff
path: root/packages/qpf-fonts/qpf-hunkysans_0.3.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-hunkysans_0.3.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-hunkysans_0.3.0.bb')
-rw-r--r--packages/qpf-fonts/qpf-hunkysans_0.3.0.bb18
1 files changed, 4 insertions, 14 deletions
diff --git a/packages/qpf-fonts/qpf-hunkysans_0.3.0.bb b/packages/qpf-fonts/qpf-hunkysans_0.3.0.bb
index efdf913edb..6f9db1202c 100644
--- a/packages/qpf-fonts/qpf-hunkysans_0.3.0.bb
+++ b/packages/qpf-fonts/qpf-hunkysans_0.3.0.bb
@@ -1,20 +1,10 @@
+require qpf.inc
+
DESCRIPTION = "Hunky Sans font - QPF Edition"
-SECTION = "opie/fonts"
-PRIORITY = "optional"
-LICENSE = "LGPL"
HOMEPAGE = "http://www.yoper.com/ariszlo/hunky.html http://sourceforge.net/projects/hunkyfonts"
-PACKAGE_ARCH = "all"
-PR = "r5"
+LICENSE = "LGPL"
+PR = "r6"
SRC_URI = "http://ewi546.ewi.utwente.nl/mirror/hrw-oe-sources/${PN}-${PV}-r4.tar.bz2"
S = "${WORKDIR}/${PN}"
-
-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