comparison src/glproto.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 7467937cb7bf
children 979f5b397e51
comparison
equal deleted inserted replaced
4518:c48b41efdcf4 4519:58de4f56c797
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := glproto 4 PKG := glproto
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.4.17 6 $(PKG)_VERSION := 1.4.17
7 $(PKG)_CHECKSUM := d13f5733fc3b5ef95ca5eec11cf097dcf505b1fb 7 $(PKG)_CHECKSUM := 20e061c463bed415051f0f89e968e331a2078551
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := https://www.x.org/releases/individual/proto/$($(PKG)_FILE) 10 $(PKG)_URL := https://www.x.org/archive/individual/proto/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
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