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,4 @@
config BR2_PACKAGE_XPROTO_XF86BIGFONTPROTO
bool "xf86bigfontproto"
help
X.Org XF86BigFont protocol headers

View File

@@ -0,0 +1,3 @@
# From http://article.gmane.org/gmane.comp.freedesktop.xorg.announce/734
md5 120e226ede5a4687b25dd357cc9b8efe xf86bigfontproto-1.2.0.tar.bz2
sha1 312a2ea708b257520c1af4393b69d73a393a478f xf86bigfontproto-1.2.0.tar.bz2

View File

@@ -0,0 +1,16 @@
################################################################################
#
# xproto_xf86bigfontproto
#
################################################################################
XPROTO_XF86BIGFONTPROTO_VERSION = 1.2.0
XPROTO_XF86BIGFONTPROTO_SOURCE = xf86bigfontproto-$(XPROTO_XF86BIGFONTPROTO_VERSION).tar.bz2
XPROTO_XF86BIGFONTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XF86BIGFONTPROTO_LICENSE = MIT
XPROTO_XF86BIGFONTPROTO_LICENSE_FILES = COPYING
XPROTO_XF86BIGFONTPROTO_INSTALL_STAGING = YES
XPROTO_XF86BIGFONTPROTO_INSTALL_TARGET = NO
$(eval $(autotools-package))
$(eval $(host-autotools-package))