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_XLIB_XTRANS
bool "xtrans"
help
X.Org xtrans library

View File

@@ -0,0 +1,3 @@
# From http://lists.x.org/archives/xorg-announce/2014-September/002481.html
sha1 2d3ae1839d841f568bc481c6116af7d2a9f9ba59 xtrans-1.3.5.tar.bz2
sha256 adbd3b36932ce4c062cd10f57d78a156ba98d618bdb6f50664da327502bc8301 xtrans-1.3.5.tar.bz2

View File

@@ -0,0 +1,15 @@
################################################################################
#
# xlib_xtrans
#
################################################################################
XLIB_XTRANS_VERSION = 1.3.5
XLIB_XTRANS_SOURCE = xtrans-$(XLIB_XTRANS_VERSION).tar.bz2
XLIB_XTRANS_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_XTRANS_LICENSE = MIT
XLIB_XTRANS_LICENSE_FILES = COPYING
XLIB_XTRANS_INSTALL_STAGING = YES
$(eval $(autotools-package))
$(eval $(host-autotools-package))