Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XAPP_XFONTSEL
|
||||
bool "xfontsel"
|
||||
select BR2_PACKAGE_XLIB_LIBXAW
|
||||
help
|
||||
point and click selection of X11 font names
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2013-May/002213.html
|
||||
sha256 170d8550b96fb47b04db6181b947e6f6b8b97f4df5d691c351a278480cc931bf xfontsel-1.0.5.tar.bz2
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xfontsel
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XFONTSEL_VERSION = 1.0.5
|
||||
XAPP_XFONTSEL_SOURCE = xfontsel-$(XAPP_XFONTSEL_VERSION).tar.bz2
|
||||
XAPP_XFONTSEL_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XFONTSEL_LICENSE = MIT
|
||||
XAPP_XFONTSEL_LICENSE_FILES = COPYING
|
||||
XAPP_XFONTSEL_DEPENDENCIES = xlib_libXaw
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user