Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_XAPP_FSTOBDF
|
||||
bool "fstobdf"
|
||||
select BR2_PACKAGE_XLIB_LIBFS
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
help
|
||||
generate BDF font from X font server
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2014-December/002511.html
|
||||
sha256 66cf550326c993e7043f260a8ec4a533a3bf9d8f0e7397a6fe9cca803732e92e fstobdf-1.0.6.tar.bz2
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_fstobdf
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_FSTOBDF_VERSION = 1.0.6
|
||||
XAPP_FSTOBDF_SOURCE = fstobdf-$(XAPP_FSTOBDF_VERSION).tar.bz2
|
||||
XAPP_FSTOBDF_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_FSTOBDF_LICENSE = MIT
|
||||
XAPP_FSTOBDF_LICENSE_FILES = COPYING
|
||||
XAPP_FSTOBDF_DEPENDENCIES = xlib_libFS xlib_libX11
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user