buildroot/package/xdotool/xdotool.mk
Bernd Kuhls 4ee61b747d package/xdotool: bump version to 3.20160805.1
Added license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-09-30 23:20:55 +02:00

25 lines
809 B
Makefile

################################################################################
#
# xdotool
#
################################################################################
XDOTOOL_VERSION = 3.20160805.1
XDOTOOL_SITE = $(call github,jordansissel,xdotool,v$(XDOTOOL_VERSION))
XDOTOOL_LICENSE = BSD-3-Clause
XDOTOOL_LICENSE_FILES = COPYRIGHT
XDOTOOL_DEPENDENCIES = xlib_libXtst xlib_libXinerama libxkbcommon xlib_libX11
define XDOTOOL_BUILD_CMDS
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
endef
# Avoid 'install' target to skip 'post-install' which runs ldconfig on host
define XDOTOOL_INSTALL_TARGET_CMDS
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) \
pre-install installlib installprog installheader \
PREFIX="$(TARGET_DIR)/usr"
endef
$(eval $(generic-package))