e446ab01d3
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>
20 lines
598 B
Makefile
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))
|