Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_XAPP_FSLSFONTS
|
||||
bool "fslsfonts"
|
||||
select BR2_PACKAGE_XLIB_LIBFS
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
help
|
||||
list fonts served by X font server
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2014-December/002510.html
|
||||
sha256 f1ed55093356b78daec2678d22f52d42ec11fe88575562d734396962e626d7f6 fslsfonts-1.0.5.tar.bz2
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_fslsfonts
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_FSLSFONTS_VERSION = 1.0.5
|
||||
XAPP_FSLSFONTS_SOURCE = fslsfonts-$(XAPP_FSLSFONTS_VERSION).tar.bz2
|
||||
XAPP_FSLSFONTS_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_FSLSFONTS_LICENSE = MIT
|
||||
XAPP_FSLSFONTS_LICENSE_FILES = COPYING
|
||||
XAPP_FSLSFONTS_DEPENDENCIES = xlib_libFS xlib_libX11
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user