Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

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