sngrep: fix error if gnutls and openssl are both enabled
[buildroot-gz.git] / package / comix-cursors / comix-cursors.mk
blobf8e828405575fde29e12846abc7beabf32dd62f5
1 ################################################################################
3 # comix-cursors
5 ################################################################################
7 COMIX_CURSORS_VERSION = 0.8.2
8 COMIX_CURSORS_SITE = http://limitland.de/downloads/comixcursors
9 COMIX_CURSORS_SOURCE = ComixCursors-$(COMIX_CURSORS_VERSION).tar.bz2
10 COMIX_CURSORS_LICENSE = GPLv3
11 COMIX_CURSORS_STRIP_COMPONENTS = 0
13 define COMIX_CURSORS_INSTALL_TARGET_CMDS
14 mkdir -p $(TARGET_DIR)/usr/share/cursors/xorg-x11
15 cp -a $(@D)/* \
16 $(TARGET_DIR)/usr/share/cursors/xorg-x11
17 endef
19 $(eval $(generic-package))