comparison src/xcursor.mk @ 4519:58de4f56c797

update most X11 packages to latest version and to use tar.bz2 files
author John W. Eaton <jwe@octave.org>
date Thu, 19 Oct 2017 17:11:27 -0400
parents 903796b2fcb6
children
comparison
equal deleted inserted replaced
4518:c48b41efdcf4 4519:58de4f56c797
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.1.14 6 $(PKG)_VERSION := 1.1.14
7 $(PKG)_CHECKSUM := 89870756758439f9216ddf5f2d3dca56570fc6b7 7 $(PKG)_CHECKSUM := 89870756758439f9216ddf5f2d3dca56570fc6b7
8 $(PKG)_SUBDIR := libXcursor-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libXcursor-$($(PKG)_VERSION)
9 $(PKG)_FILE := libXcursor-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := libXcursor-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.x.org/archive/individual/lib/$($(PKG)_FILE)
11 $(PKG)_DEPS := fixesproto x11 xfixes xrender 11 $(PKG)_DEPS := fixesproto x11 xfixes xrender
12 12
13 ifeq ($(MXE_WINDOWS_BUILD),yes) 13 ifeq ($(MXE_WINDOWS_BUILD),yes)
14 define $(PKG)_BUILD 14 define $(PKG)_BUILD
15 endef 15 endef