comparison src/fixesproto.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 d5a5b8e659de
children
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 := fixesproto 4 PKG := fixesproto
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 5.0 6 $(PKG)_VERSION := 5.0
7 $(PKG)_CHECKSUM := 9efd241f9769fd6eec0cf74f338740a1f80c5885 7 $(PKG)_CHECKSUM := ab605af5da8c98c0c2f8b2c578fed7c864ee996a
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 := http://xorg.freedesktop.org/archive/individual/proto/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.x.org/archive/individual/proto/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12
13 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
14 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2; 14 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
15 echo $($(PKG)_VERSION) 15 echo $($(PKG)_VERSION)