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,6 @@
config BR2_PACKAGE_XAPP_XSTDCMAP
bool "xstdcmap"
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
help
X standard colormap utility

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2013-February/002164.html
sha256 f648e2b0cf16aa29856de998e2c7204be39dc1f8daeda9464d32288e0b580fc1 xstdcmap-1.0.3.tar.bz2

View File

@@ -0,0 +1,14 @@
################################################################################
#
# xapp_xstdcmap
#
################################################################################
XAPP_XSTDCMAP_VERSION = 1.0.3
XAPP_XSTDCMAP_SOURCE = xstdcmap-$(XAPP_XSTDCMAP_VERSION).tar.bz2
XAPP_XSTDCMAP_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XSTDCMAP_LICENSE = MIT
XAPP_XSTDCMAP_LICENSE_FILES = COPYING
XAPP_XSTDCMAP_DEPENDENCIES = xlib_libX11 xlib_libXmu
$(eval $(autotools-package))