Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XAPP_XCALC
|
||||
bool "xcalc"
|
||||
select BR2_PACKAGE_XLIB_LIBXAW
|
||||
help
|
||||
scientific calculator for X
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-January/002523.html
|
||||
sha256 2f73c7160c09dc32586ea07daa408ac897c0a16eaa98cad9f9e4ee98cd9057d8 xcalc-1.0.6.tar.bz2
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xcalc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XCALC_VERSION = 1.0.6
|
||||
XAPP_XCALC_SOURCE = xcalc-$(XAPP_XCALC_VERSION).tar.bz2
|
||||
XAPP_XCALC_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XCALC_LICENSE = MIT
|
||||
XAPP_XCALC_LICENSE_FILES = COPYING
|
||||
XAPP_XCALC_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-exec install-data
|
||||
XAPP_XCALC_DEPENDENCIES = xlib_libXaw
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user