xref: /OK3568_Linux_fs/buildroot/package/x11r7/xapp_xcalc/xapp_xcalc.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# xapp_xcalc
4#
5################################################################################
6
7XAPP_XCALC_VERSION = 1.1.1
8XAPP_XCALC_SOURCE = xcalc-$(XAPP_XCALC_VERSION).tar.xz
9XAPP_XCALC_SITE = https://xorg.freedesktop.org/releases/individual/app
10XAPP_XCALC_LICENSE = MIT
11XAPP_XCALC_LICENSE_FILES = COPYING
12XAPP_XCALC_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-exec install-data
13XAPP_XCALC_DEPENDENCIES = xlib_libXaw
14XAPP_XCALC_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
15
16$(eval $(autotools-package))
17