xref: /OK3568_Linux_fs/buildroot/package/unclutter-xfixes/unclutter-xfixes.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun################################################################################
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# unclutter-xfixes
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun################################################################################
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunUNCLUTTER_XFIXES_VERSION = 1.5
8*4882a593SmuzhiyunUNCLUTTER_XFIXES_SITE = $(call github,Airblader,unclutter-xfixes,v$(UNCLUTTER_XFIXES_VERSION))
9*4882a593SmuzhiyunUNCLUTTER_XFIXES_LICENSE = MIT
10*4882a593SmuzhiyunUNCLUTTER_XFIXES_LICENSE_FILES = LICENSE
11*4882a593SmuzhiyunUNCLUTTER_XFIXES_DEPENDENCIES = libev xlib_libX11 xlib_libXfixes xlib_libXi host-pkgconf
12*4882a593Smuzhiyun
13*4882a593Smuzhiyundefine UNCLUTTER_XFIXES_BUILD_CMDS
14*4882a593Smuzhiyun	$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) \
15*4882a593Smuzhiyun		$(MAKE) -C $(@D) unclutter CC="$(TARGET_CC)"
16*4882a593Smuzhiyunendef
17*4882a593Smuzhiyun
18*4882a593Smuzhiyundefine UNCLUTTER_XFIXES_INSTALL_TARGET_CMDS
19*4882a593Smuzhiyun	$(INSTALL) -D -m 0755 $(@D)/unclutter $(TARGET_DIR)/usr/bin/unclutter
20*4882a593Smuzhiyunendef
21*4882a593Smuzhiyun
22*4882a593Smuzhiyun$(eval $(generic-package))
23