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,5 @@
config BR2_PACKAGE_XAPP_MKFONTDIR
bool "mkfontdir"
select BR2_PACKAGE_XAPP_MKFONTSCALE
help
create an index of X font files in a directory

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2012-February/001818.html
sha256 56d52a482df130484e51fd066d1b6eda7c2c02ddbc91fe6e2be1b9c4e7306530 mkfontdir-1.0.7.tar.bz2

View File

@@ -0,0 +1,15 @@
################################################################################
#
# xapp_mkfontdir
#
################################################################################
XAPP_MKFONTDIR_VERSION = 1.0.7
XAPP_MKFONTDIR_SOURCE = mkfontdir-$(XAPP_MKFONTDIR_VERSION).tar.bz2
XAPP_MKFONTDIR_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_MKFONTDIR_LICENSE = MIT
XAPP_MKFONTDIR_LICENSE_FILES = COPYING
XAPP_MKFONTDIR_DEPENDENCIES = xapp_mkfontscale
$(eval $(autotools-package))
$(eval $(host-autotools-package))