Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XAPP_XMAG
|
||||
bool "xmag"
|
||||
select BR2_PACKAGE_XLIB_LIBXAW
|
||||
help
|
||||
X.Org xmag application
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-April/002581.html
|
||||
sha256 87a2bc23b251e2d8f8370d3283a4d6c8dac98a30cb5749a04336cdb55c14e161 xmag-1.0.6.tar.bz2
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xmag
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XMAG_VERSION = 1.0.6
|
||||
XAPP_XMAG_SOURCE = xmag-$(XAPP_XMAG_VERSION).tar.bz2
|
||||
XAPP_XMAG_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XMAG_LICENSE = MIT
|
||||
XAPP_XMAG_LICENSE_FILES = COPYING
|
||||
XAPP_XMAG_DEPENDENCIES = xlib_libXaw
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user