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_INCONSOLATA
bool "inconsolata"
help
Inconsolata is a monospace font, designed for code listings
and the like.
http://www.google.com/fonts/specimen/Inconsolata

View File

@@ -0,0 +1,2 @@
# From http://snapshot.debian.org/archive/debian/20091207T044352Z/pool/main/t/ttf-inconsolata/ttf-inconsolata_001.010-2.dsc
sha256 ecf8ba44911fcb3c9683aef1ca2b3cfbafa119a3e93c682f448850e1ae08ce93 ttf-inconsolata_001.010.orig.tar.gz

View File

@@ -0,0 +1,19 @@
################################################################################
#
# inconsolata
#
################################################################################
INCONSOLATA_VERSION = 001.010
INCONSOLATA_SITE = http://snapshot.debian.org/archive/debian/20090524T155154Z/pool/main/t/ttf-inconsolata
INCONSOLATA_SOURCE = ttf-inconsolata_$(INCONSOLATA_VERSION).orig.tar.gz
INCONSOLATA_TARGET_DIR = $(TARGET_DIR)/usr/share/fonts/inconsolata
INCONSOLATA_LICENSE = OFLv1.0
INCONSOLATA_LICENSE_FILES = OFL.txt
define INCONSOLATA_INSTALL_TARGET_CMDS
mkdir -p $(INCONSOLATA_TARGET_DIR)
$(INSTALL) -m 644 $(@D)/*.otf $(INCONSOLATA_TARGET_DIR)
endef
$(eval $(generic-package))