Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_XAPP_LISTRES
|
||||
bool "listres"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXAW
|
||||
select BR2_PACKAGE_XLIB_LIBXMU
|
||||
select BR2_PACKAGE_XLIB_LIBXT
|
||||
help
|
||||
list resources in widgets
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2012-February/001838.html
|
||||
sha256 c3d71e9a01650e3fd470189a749cd0202ef03d9e399350a7a7443d7595ed478e listres-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_listres
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_LISTRES_VERSION = 1.0.3
|
||||
XAPP_LISTRES_SOURCE = listres-$(XAPP_LISTRES_VERSION).tar.bz2
|
||||
XAPP_LISTRES_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_LISTRES_LICENSE = MIT
|
||||
XAPP_LISTRES_LICENSE_FILES = COPYING
|
||||
XAPP_LISTRES_DEPENDENCIES = xlib_libX11 xlib_libXaw xlib_libXmu xlib_libXt
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user