summaryrefslogtreecommitdiff
path: root/package/cantarell
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-11-13 16:37:05 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-19 15:05:03 +0100
commit0493a42815a9a25e034c33160ea0e1b39f06e3e0 (patch)
treeecd5cc25a0ed79ad655f7866770afa6be4608efd /package/cantarell
parenta670ea6049a694c9f4f893122c62ec75740950a7 (diff)
cantarell: new package
[Thomas: change <pkg>_LICENSE to match the license identifier used for other packages, such as 'liberation'.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/cantarell')
-rw-r--r--package/cantarell/Config.in7
-rw-r--r--package/cantarell/cantarell.hash2
-rw-r--r--package/cantarell/cantarell.mk15
3 files changed, 24 insertions, 0 deletions
diff --git a/package/cantarell/Config.in b/package/cantarell/Config.in
new file mode 100644
index 000000000..78af96d59
--- /dev/null
+++ b/package/cantarell/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_CANTARELL
+ bool "cantarell"
+ help
+ The Cantarell font family is a contemporary Humanist
+ sans serif designed for on-screen reading.
+
+ https://wiki.gnome.org/Projects/CantarellFonts
diff --git a/package/cantarell/cantarell.hash b/package/cantarell/cantarell.hash
new file mode 100644
index 000000000..d3946c6c8
--- /dev/null
+++ b/package/cantarell/cantarell.hash
@@ -0,0 +1,2 @@
+# From http://ftp.acc.umu.se/pub/gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.18.1.sha256sum
+sha256 9c5b1a2edee1d3acf30eaae3d559b2b2e1d835249cf2770f6f8bfc6af861e8f0 cantarell-fonts-0.0.18.1.tar.xz
diff --git a/package/cantarell/cantarell.mk b/package/cantarell/cantarell.mk
new file mode 100644
index 000000000..ebad1b995
--- /dev/null
+++ b/package/cantarell/cantarell.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# cantarell
+#
+################################################################################
+
+CANTARELL_VERSION_MAJOR = 0.0
+CANTARELL_VERSION = $(CANTARELL_VERSION_MAJOR).18.1
+CANTARELL_SITE = http://ftp.gnome.org/pub/gnome/sources/cantarell-fonts/0.0
+CANTARELL_SOURCE = cantarell-fonts-$(CANTARELL_VERSION).tar.xz
+CANTARELL_DEPENDENCIES = host-pkgconf
+CANTARELL_LICENSE = OFLv1.1
+CANTARELL_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))