Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 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))