Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XAPP_BDFTOPCF
|
||||
bool "bdftopcf"
|
||||
select BR2_PACKAGE_XLIB_LIBXFONT
|
||||
help
|
||||
X.Org bdftopcf application
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2014-December/002509.html
|
||||
sha256 38f447be0c61f94c473f128cf519dd0cff63b5d7775240a2e895a183a61e2026 bdftopcf-1.0.5.tar.bz2
|
||||
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_bdftopcf
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_BDFTOPCF_VERSION = 1.0.5
|
||||
XAPP_BDFTOPCF_SOURCE = bdftopcf-$(XAPP_BDFTOPCF_VERSION).tar.bz2
|
||||
XAPP_BDFTOPCF_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_BDFTOPCF_LICENSE = MIT
|
||||
XAPP_BDFTOPCF_LICENSE_FILES = COPYING
|
||||
XAPP_BDFTOPCF_DEPENDENCIES = xlib_libXfont
|
||||
|
||||
# needed for linking against libXfont
|
||||
XAPP_BDFTOPCF_MAKE_OPTS += LIBS=-ldl
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user