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_BDFTOPCF
bool "bdftopcf"
select BR2_PACKAGE_XLIB_LIBXFONT
help
X.Org bdftopcf application

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2014-December/002509.html
sha256 38f447be0c61f94c473f128cf519dd0cff63b5d7775240a2e895a183a61e2026 bdftopcf-1.0.5.tar.bz2

View File

@@ -0,0 +1,18 @@
################################################################################
#
# xapp_bdftopcf
#
################################################################################
XAPP_BDFTOPCF_VERSION = 1.0.5
XAPP_BDFTOPCF_SOURCE = bdftopcf-$(XAPP_BDFTOPCF_VERSION).tar.bz2
XAPP_BDFTOPCF_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_BDFTOPCF_LICENSE = MIT
XAPP_BDFTOPCF_LICENSE_FILES = COPYING
XAPP_BDFTOPCF_DEPENDENCIES = xlib_libXfont
# needed for linking against libXfont
XAPP_BDFTOPCF_MAKE_OPTS += LIBS=-ldl
$(eval $(autotools-package))
$(eval $(host-autotools-package))