Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_XLIB_LIBXAW
|
||||
bool "libXaw"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXT
|
||||
select BR2_PACKAGE_XLIB_LIBXMU
|
||||
select BR2_PACKAGE_XLIB_LIBXPM
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
X.Org Xaw library
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-April/002591.html
|
||||
sha256 8ef8067312571292ccc2bbe94c41109dcf022ea5a4ec71656a83d8cce9edb0cd libXaw-1.0.13.tar.bz2
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# xlib_libXaw
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XLIB_LIBXAW_VERSION = 1.0.13
|
||||
XLIB_LIBXAW_SOURCE = libXaw-$(XLIB_LIBXAW_VERSION).tar.bz2
|
||||
XLIB_LIBXAW_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
||||
XLIB_LIBXAW_LICENSE = MIT
|
||||
XLIB_LIBXAW_LICENSE_FILES = COPYING
|
||||
XLIB_LIBXAW_INSTALL_STAGING = YES
|
||||
XLIB_LIBXAW_DEPENDENCIES = xlib_libX11 xlib_libXt xlib_libXmu xlib_libXpm xproto_xproto
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user