package/x11r7/xproto_xproxymanagementprotocol: new package

[Thomas:
 - rewrap Config.in help text]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2015-04-18 14:40:43 +02:00 committed by Thomas Petazzoni
parent b05cce2326
commit da7bd6ffbf
4 changed files with 24 additions and 0 deletions

View file

@ -255,6 +255,7 @@ if BR2_PACKAGE_XORG7
source package/x11r7/xproto_xf86vidmodeproto/Config.in
source package/x11r7/xproto_xineramaproto/Config.in
source package/x11r7/xproto_xproto/Config.in
source package/x11r7/xproto_xproxymanagementprotocol/Config.in
endmenu
menu "X11R7 Utilities"
source package/x11r7/xutil_makedepend/Config.in

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))