Move all to deprecated folder.
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2013-February/002164.html
|
||||
sha256 f648e2b0cf16aa29856de998e2c7204be39dc1f8daeda9464d32288e0b580fc1 xstdcmap-1.0.3.tar.bz2
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user