kumquat-buildroot/package/unclutter-xfixes/unclutter-xfixes.mk
Fabrice Fontaine f44c5d3f54 package/unclutter-xfixes: bump to version 1.6
Update indentation in hash file (two spaces)

https://github.com/Airblader/unclutter-xfixes/releases/tag/v1.6

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-03-28 21:22:36 +02:00

23 lines
759 B
Makefile

################################################################################
#
# unclutter-xfixes
#
################################################################################
UNCLUTTER_XFIXES_VERSION = 1.6
UNCLUTTER_XFIXES_SITE = $(call github,Airblader,unclutter-xfixes,v$(UNCLUTTER_XFIXES_VERSION))
UNCLUTTER_XFIXES_LICENSE = MIT
UNCLUTTER_XFIXES_LICENSE_FILES = LICENSE
UNCLUTTER_XFIXES_DEPENDENCIES = libev xlib_libX11 xlib_libXfixes xlib_libXi host-pkgconf
define UNCLUTTER_XFIXES_BUILD_CMDS
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) \
$(MAKE) -C $(@D) unclutter CC="$(TARGET_CC)"
endef
define UNCLUTTER_XFIXES_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/unclutter $(TARGET_DIR)/usr/bin/unclutter
endef
$(eval $(generic-package))