diff options
Diffstat (limited to 'packages/ttf-fonts/ttf-gentium_1.01.bb')
-rw-r--r-- | packages/ttf-fonts/ttf-gentium_1.01.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/ttf-fonts/ttf-gentium_1.01.bb b/packages/ttf-fonts/ttf-gentium_1.01.bb new file mode 100644 index 0000000000..82f39a0ca3 --- /dev/null +++ b/packages/ttf-fonts/ttf-gentium_1.01.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "Gentium fonts - TTF Version" +LICENSE = "Gentium" +HOMEPAGE = "http://scripts.sil.org/gentium" +PR = "r0" + +SRC_URI = "${DEBIAN_MIRROR}/non-free/t/ttf-gentium/ttf-gentium_${PV}.orig.tar.gz" + +include ttf.inc + +PACKAGES += "ttf-gentium-alt" + +FILES_ttf-gentium-alt = "${datadir}/fonts/truetype/GenAI*.ttf ${datadir}/fonts/truetype/GenAR*.ttf" +FILES_${PN} = "${datadir}/fonts/truetype/GenI*.ttf ${datadir}/fonts/truetype/GenR*.ttf" + +# +# LICENSE: +# +# This font is the property of SIL International. It is distributed as +# copyrighted freeware. You may use this software without any charge and may +# distribute it, as is, to others. Commercial distribution of this software is +# restricted without prior written permission. If you wish to distribute this +# software commercially, contact SIL for details on obtaining a license. You +# may not rent or lease the software, nor may you modify, adapt, translate, +# reverse engineer, decompile, or disassemble the software. You may not make +# derivative fonts from this software. THE SOFTWARE AND RELATED FILES ARE +# PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND. +# |