ttf-wqy-zenhei 0.6.26: add chinese zenhei fonts
authorKorey Lu <koreylu@gmail.com>
Sun, 19 Oct 2008 15:48:03 +0000 (17:48 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 19 Oct 2008 15:48:38 +0000 (17:48 +0200)
packages/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb [new file with mode: 0644]

diff --git a/packages/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb b/packages/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb
new file mode 100644 (file)
index 0000000..873179d
--- /dev/null
@@ -0,0 +1,19 @@
+require ttf.inc
+
+DESCRIPTION = "WenQuanYi Zen Hei - A Hei-Ti Style Chinese font"
+AUTHOR = "Qianqian Fang and The WenQuanYi Project Contributors"
+HOMEPAGE = "http://wqy.sourceforge.net/en/"
+LICENSE = "GPLv2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/wqy/wqy-zenhei-${PV}-0.tar.gz"
+S = "${WORKDIR}/wqy-zenhei"
+
+do_install_append () { 
+       install -d ${D}${sysconfdir}/fonts/conf.d/
+       install -m 0644 ${S}/44-wqy-zenhei.conf ${D}${sysconfdir}/fonts/conf.d/
+       install -m 0644 ${S}/66-wqy-zenhei-sharp.conf ${D}${sysconfdir}/fonts/conf.d/
+}
+
+PACKAGES = "${PN}"
+
+FILES_${PN} = "${datadir}/fonts ${sysconfdir}"