Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
config BR2_PACKAGE_XAPP_XCALC
bool "xcalc"
select BR2_PACKAGE_XLIB_LIBXAW
help
scientific calculator for X

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2015-January/002523.html
sha256 2f73c7160c09dc32586ea07daa408ac897c0a16eaa98cad9f9e4ee98cd9057d8 xcalc-1.0.6.tar.bz2

View File

@@ -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))