package/x11r7/xapp_xfindproxy: 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:
parent
da7bd6ffbf
commit
a858158f79
@ -102,6 +102,7 @@ if BR2_PACKAGE_XORG7
|
||||
source package/x11r7/xapp_xeyes/Config.in
|
||||
source package/x11r7/xapp_xf86dga/Config.in
|
||||
source package/x11r7/xapp_xfd/Config.in
|
||||
source package/x11r7/xapp_xfindproxy/Config.in
|
||||
source package/x11r7/xapp_xfontsel/Config.in
|
||||
source package/x11r7/xapp_xfs/Config.in
|
||||
source package/x11r7/xapp_xfsinfo/Config.in
|
||||
|
10
package/x11r7/xapp_xfindproxy/Config.in
Normal file
10
package/x11r7/xapp_xfindproxy/Config.in
Normal file
@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_XAPP_XFINDPROXY
|
||||
bool "xfindproxy"
|
||||
select BR2_PACKAGE_XLIB_LIBICE
|
||||
select BR2_PACKAGE_XLIB_LIBXT
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROXYMANAGEMENTPROTOCOL
|
||||
help
|
||||
xfindproxy utilizes the Proxy Management Protocol to
|
||||
communicate with a proxy manager to locate available X11
|
||||
proxy services.
|
2
package/x11r7/xapp_xfindproxy/xapp_xfindproxy.hash
Normal file
2
package/x11r7/xapp_xfindproxy/xapp_xfindproxy.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-April/002573.html
|
||||
sha256 5626bda27c7faa5cbe289a17f8552538fff08a96d542b85efdda1804ccf8a01f xfindproxy-1.0.4.tar.bz2
|
18
package/x11r7/xapp_xfindproxy/xapp_xfindproxy.mk
Normal file
18
package/x11r7/xapp_xfindproxy/xapp_xfindproxy.mk
Normal file
@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xfindproxy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XFINDPROXY_VERSION = 1.0.4
|
||||
XAPP_XFINDPROXY_SOURCE = xfindproxy-$(XAPP_XFINDPROXY_VERSION).tar.bz2
|
||||
XAPP_XFINDPROXY_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XFINDPROXY_LICENSE = MIT
|
||||
XAPP_XFINDPROXY_LICENSE_FILES = COPYING
|
||||
XAPP_XFINDPROXY_DEPENDENCIES = \
|
||||
xlib_libICE \
|
||||
xlib_libXt \
|
||||
xproto_xproto \
|
||||
xproto_xproxymanagementprotocol
|
||||
|
||||
$(eval $(autotools-package))
|
Loading…
Reference in New Issue
Block a user