58fbdf57109320c0331019310ae9c1aee9b132c0
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / x11r7 / xapp_xcalc / xapp_xcalc.mk
1 ################################################################################
2 #
3 # xapp_xcalc
4 #
5 ################################################################################
6
7 XAPP_XCALC_VERSION = 1.0.6
8 XAPP_XCALC_SOURCE = xcalc-$(XAPP_XCALC_VERSION).tar.bz2
9 XAPP_XCALC_SITE = http://xorg.freedesktop.org/releases/individual/app
10 XAPP_XCALC_LICENSE = MIT
11 XAPP_XCALC_LICENSE_FILES = COPYING
12 XAPP_XCALC_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-exec install-data
13 XAPP_XCALC_DEPENDENCIES = xlib_libXaw
14
15 $(eval $(autotools-package))