Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XAPP_RGB
|
||||
bool "rgb"
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
uncompile an rgb color-name database
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2014-November/002494.html
|
||||
sha256 bbca7c6aa59939b9f6a0fb9fff15dfd62176420ffd4ae30c8d92a6a125fbe6b0 rgb-1.0.6.tar.bz2
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_rgb
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_RGB_VERSION = 1.0.6
|
||||
XAPP_RGB_SOURCE = rgb-$(XAPP_RGB_VERSION).tar.bz2
|
||||
XAPP_RGB_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_RGB_LICENSE = MIT
|
||||
XAPP_RGB_LICENSE_FILES = COPYING
|
||||
XAPP_RGB_DEPENDENCIES = xproto_xproto
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user