]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qpf-fonts/qpf-freeserif_1.0.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qpf-fonts / qpf-freeserif_1.0.bb
1 DESCRIPTION = "FreeSerif font - QPF Edition"
2 SECTION = "opie/fonts"
3 PRIORITY = "optional"
4 MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>"
5 LICENSE = "GPL"
6 HOMEPAGE = "http://savannah.nongnu.org/projects/freefont/"
7 PACKAGE_ARCH = "all"
8 PR = "r2"
9
10 SRC_URI = "http://ewi546.ewi.utwente.nl/mirror/hrw-oe-sources/${PN}-${PV}.tar.bz2"
11
12 S = "${WORKDIR}/${PN}"
13
14 do_install () { 
15         install -d ${D}${palmqtdir}/lib/fonts/ 
16         for i in *.qpf; do 
17                 install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i} 
18         done 
19
20
21 inherit qpf