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,7 @@
config BR2_PACKAGE_XLIB_LIBFS
bool "libFS"
select BR2_PACKAGE_XLIB_XTRANS
select BR2_PACKAGE_XPROTO_XPROTO
select BR2_PACKAGE_XPROTO_FONTSPROTO
help
X.Org FS library

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2015-April/002588.html
sha256 2e9d4c07026a7401d4fa4ffae86e6ac7fec83f50f3268fa85f52718e479dc4f3 libFS-1.0.7.tar.bz2

View File

@@ -0,0 +1,16 @@
################################################################################
#
# xlib_libFS
#
################################################################################
XLIB_LIBFS_VERSION = 1.0.7
XLIB_LIBFS_SOURCE = libFS-$(XLIB_LIBFS_VERSION).tar.bz2
XLIB_LIBFS_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBFS_LICENSE = MIT
XLIB_LIBFS_LICENSE_FILES = COPYING
XLIB_LIBFS_INSTALL_STAGING = YES
XLIB_LIBFS_DEPENDENCIES = xlib_xtrans xproto_xproto xproto_fontsproto host-pkgconf
XLIB_LIBFS_CONF_OPTS = --disable-malloc0returnsnull
$(eval $(autotools-package))