buildroot/package/comix-cursors/comix-cursors.mk
Bernd Kuhls e446ab01d3 package/comix-cursors: bump version to 0.9.1
Changelog: https://gitlab.com/limitland/comixcursors/-/blob/master/NEWS

Original repository was moved to gitlab.com, changed _SITE accordingly.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-04-15 21:48:07 +02:00

20 lines
598 B
Makefile

################################################################################
#
# comix-cursors
#
################################################################################
COMIX_CURSORS_VERSION = 0.9.1
COMIX_CURSORS_SITE = https://limitland.gitlab.io/comixcursors
COMIX_CURSORS_SOURCE = ComixCursors-$(COMIX_CURSORS_VERSION).tar.bz2
COMIX_CURSORS_LICENSE = GPL-3.0
COMIX_CURSORS_STRIP_COMPONENTS = 0
define COMIX_CURSORS_INSTALL_TARGET_CMDS
mkdir -p $(TARGET_DIR)/usr/share/cursors/xorg-x11
cp -a $(@D)/* \
$(TARGET_DIR)/usr/share/cursors/xorg-x11
endef
$(eval $(generic-package))