mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
9
package/x11r7/xapp_xfindproxy/Config.in
Normal file
9
package/x11r7/xapp_xfindproxy/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_XAPP_XFINDPROXY
|
||||
bool "xfindproxy"
|
||||
select BR2_PACKAGE_XLIB_LIBICE
|
||||
select BR2_PACKAGE_XLIB_LIBXT
|
||||
select BR2_PACKAGE_XORGPROTO
|
||||
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
|
||||
17
package/x11r7/xapp_xfindproxy/xapp_xfindproxy.mk
Normal file
17
package/x11r7/xapp_xfindproxy/xapp_xfindproxy.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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 \
|
||||
xorgproto
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user