57f2b8d255
To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_INSTALL_TARGET_OPT. Sed command used: find * -type f | xargs sed -i 's#_INSTALL_TARGET_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
542 B
Makefile
16 lines
542 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xcalc
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XCALC_VERSION = 1.0.5
|
|
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))
|