summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/fontforge
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-07-06 04:58:41 -0700
committerKhem Raj <raj.khem@gmail.com>2022-07-06 05:00:25 -0700
commit69c05e1ae90a5c2425f2aa87a8d2df1f0017ab4d (patch)
treeb541ddf4ff1dc386e174ee24fe084e642a5debfb /meta-oe/recipes-graphics/fontforge
parent35a51898e7a89fe65fef877a1016e751eea748db (diff)
downloadmeta-openembedded-69c05e1ae90a5c2425f2aa87a8d2df1f0017ab4d.tar.gz
libspiro: Add recipe
Needed by recent fontforge Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/fontforge')
-rw-r--r--meta-oe/recipes-graphics/fontforge/libspiro_20200505.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/fontforge/libspiro_20200505.bb b/meta-oe/recipes-graphics/fontforge/libspiro_20200505.bb
new file mode 100644
index 000000000..c885a00c5
--- /dev/null
+++ b/meta-oe/recipes-graphics/fontforge/libspiro_20200505.bb
@@ -0,0 +1,14 @@
1# Copyright (C) 2022 Khem Raj <raj.khem@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "LibSpiro is an adaptation of Spiro formula and functions into a sharable library"
5HOMEPAGE = "https://github.com/fontforge/libspiro"
6LICENSE = "GPL-3.0-or-later"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8
9SRC_URI = "https://github.com/fontforge/libspiro/releases/download/20200505/libspiro-dist-20200505.tar.gz"
10SRC_URI[sha256sum] = "06c69a1e8dcbcabcf009fd96fd90b1a244d0257246e376c2c4d57c4ea4af0e49"
11
12inherit autotools
13
14BBCLASSEXTEND = "native"