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_XFONTSEL
bool "xfontsel"
select BR2_PACKAGE_XLIB_LIBXAW
help
point and click selection of X11 font names

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2013-May/002213.html
sha256 170d8550b96fb47b04db6181b947e6f6b8b97f4df5d691c351a278480cc931bf xfontsel-1.0.5.tar.bz2

View File

@@ -0,0 +1,14 @@
################################################################################
#
# xapp_xfontsel
#
################################################################################
XAPP_XFONTSEL_VERSION = 1.0.5
XAPP_XFONTSEL_SOURCE = xfontsel-$(XAPP_XFONTSEL_VERSION).tar.bz2
XAPP_XFONTSEL_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XFONTSEL_LICENSE = MIT
XAPP_XFONTSEL_LICENSE_FILES = COPYING
XAPP_XFONTSEL_DEPENDENCIES = xlib_libXaw
$(eval $(autotools-package))