################################################################################
#
# xapp_xcalc -- scientific calculator for X
#
################################################################################

XAPP_XCALC_VERSION = 1.0.1
XAPP_XCALC_SOURCE = xcalc-$(XAPP_XCALC_VERSION).tar.bz2
XAPP_XCALC_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XCALC_AUTORECONF = YES
XAPP_XCALC_DEPENDANCIES = xlib_libXaw

$(eval $(call AUTOTARGETS,xapp_xcalc))