Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,2 @@
# From http://ftp.acc.umu.se/pub/gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.20.1.sha256sum
sha256 0f933516f3270fb7307d9c2e26e4703b403608c5cc9da3127cba4395bcd4ec91 cantarell-fonts-0.0.20.1.tar.xz

View File

@@ -0,0 +1,15 @@
################################################################################
#
# cantarell
#
################################################################################
CANTARELL_VERSION_MAJOR = 0.0
CANTARELL_VERSION = $(CANTARELL_VERSION_MAJOR).20.1
CANTARELL_SITE = http://ftp.gnome.org/pub/gnome/sources/cantarell-fonts/$(CANTARELL_VERSION_MAJOR)
CANTARELL_SOURCE = cantarell-fonts-$(CANTARELL_VERSION).tar.xz
CANTARELL_DEPENDENCIES = host-pkgconf
CANTARELL_LICENSE = OFLv1.1
CANTARELL_LICENSE_FILES = COPYING
$(eval $(autotools-package))