Import buildroot 2016.02.01
This commit is contained in:
6
firmware/buildroot/package/x11r7/xapp_xfsinfo/Config.in
Normal file
6
firmware/buildroot/package/x11r7/xapp_xfsinfo/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_XAPP_XFSINFO
|
||||
bool "xfsinfo"
|
||||
select BR2_PACKAGE_XLIB_LIBFS
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
help
|
||||
X font server information utility
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2014-December/002512.html
|
||||
sha256 d38f4b6db4038f52ba1a09123ef497993194288454c0c13d16debe246f120d8f xfsinfo-1.0.5.tar.bz2
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xfsinfo
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XFSINFO_VERSION = 1.0.5
|
||||
XAPP_XFSINFO_SOURCE = xfsinfo-$(XAPP_XFSINFO_VERSION).tar.bz2
|
||||
XAPP_XFSINFO_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XFSINFO_LICENSE = MIT
|
||||
XAPP_XFSINFO_LICENSE_FILES = COPYING
|
||||
XAPP_XFSINFO_DEPENDENCIES = xlib_libFS xlib_libX11
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user