1*4882a593Smuzhiyun################################################################################ 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# xapp_xcalc 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun################################################################################ 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunXAPP_XCALC_VERSION = 1.1.1 8*4882a593SmuzhiyunXAPP_XCALC_SOURCE = xcalc-$(XAPP_XCALC_VERSION).tar.xz 9*4882a593SmuzhiyunXAPP_XCALC_SITE = https://xorg.freedesktop.org/releases/individual/app 10*4882a593SmuzhiyunXAPP_XCALC_LICENSE = MIT 11*4882a593SmuzhiyunXAPP_XCALC_LICENSE_FILES = COPYING 12*4882a593SmuzhiyunXAPP_XCALC_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-exec install-data 13*4882a593SmuzhiyunXAPP_XCALC_DEPENDENCIES = xlib_libXaw 14*4882a593SmuzhiyunXAPP_XCALC_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults 15*4882a593Smuzhiyun 16*4882a593Smuzhiyun$(eval $(autotools-package)) 17