From f5953890749598db8bfbab540f0aac6deb5b33f8 Mon Sep 17 00:00:00 2001 From: Francisco Alecrim Date: Tue, 2 Feb 2010 15:00:07 -0400 Subject: [PATCH 078/118] freefont-20080323: include recipe Signed-off-by: Francisco Alecrim --- recipes/ttf-fonts/freefont_20080323.bb | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) create mode 100644 recipes/ttf-fonts/freefont_20080323.bb diff --git a/recipes/ttf-fonts/freefont_20080323.bb b/recipes/ttf-fonts/freefont_20080323.bb new file mode 100644 index 0000000..77383af --- /dev/null +++ b/recipes/ttf-fonts/freefont_20080323.bb @@ -0,0 +1,18 @@ +require ttf.inc + +DESCRIPTION = "A set of free high-quality TrueType fonts covering the UCS \ + character set. These fonts are similar to the (in)famous \ + Helvetica, Times and Courier fonts. " + +LICENSE = "GNU GPLv3" +PR = "r1" + +SRC_URI = "http://ftp.gnu.org/gnu/freefont/freefont-ttf-${PV}.tar.gz" + +FILES_${PN} = "/etc ${datadir}/fonts" + +do_install() { + install -d ${D}${datadir}/fonts/truetype/freefont/ + install -m 0644 ${S}/*.ttf ${D}${datadir}/fonts/truetype/freefont/ +} + -- 1.6.3.3