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_XPROTO_XPROXYMANAGEMENTPROTOCOL
bool "xproxymanagementprotocol"
help
The Proxy Management Protocol is an ICE based protocol that
provides a way for application servers to easily locate
proxy services available to them.

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2009-October/001150.html
sha1 4abb036371670ecc25d32e48b3277fe203ae5203 xproxymanagementprotocol-1.0.3.tar.bz2

View File

@@ -0,0 +1,15 @@
################################################################################
#
# xproto_xproxymanagementprotocol
#
################################################################################
XPROTO_XPROXYMANAGEMENTPROTOCOL_VERSION = 1.0.3
XPROTO_XPROXYMANAGEMENTPROTOCOL_SOURCE = xproxymanagementprotocol-$(XPROTO_XPROXYMANAGEMENTPROTOCOL_VERSION).tar.bz2
XPROTO_XPROXYMANAGEMENTPROTOCOL_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XPROXYMANAGEMENTPROTOCOL_LICENSE = MIT
XPROTO_XPROXYMANAGEMENTPROTOCOL_LICENSE_FILES = COPYING
XPROTO_XPROXYMANAGEMENTPROTOCOL_INSTALL_STAGING = YES
XPROTO_XPROXYMANAGEMENTPROTOCOL_INSTALL_TARGET = NO
$(eval $(autotools-package))