summaryrefslogtreecommitdiffstats
path: root/package/xdotool/xdotool.mk
blob: a799ea470fceb3384327bf9c3788502318f966e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
################################################################################
#
# xdotool
#
################################################################################

XDOTOOL_VERSION = v3.20150503.1
XDOTOOL_SITE = $(call github,jordansissel,xdotool,$(XDOTOOL_VERSION))
XDOTOOL_LICENSE = BSD-3c
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))
OpenPOWER on IntegriCloud