comparison src/libxshmfence.mk @ 4636:b1f044de9b1c

libxshmfence.mk: Update to version 1.3.
author John W. Eaton <jwe@octave.org>
date Fri, 23 Mar 2018 15:46:09 -0400
parents 7d1e45c2f175
children
comparison
equal deleted inserted replaced
4635:70d1bdf81ce8 4636:b1f044de9b1c
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := libxshmfence 4 PKG := libxshmfence
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.2 6 $(PKG)_VERSION := 1.3
7 $(PKG)_CHECKSUM := a2ebe90e5595afca4db93a4359732af43b2b8c69 7 $(PKG)_CHECKSUM := 3472218fc0e8ee8183533d22dbcd4bbe90bf3ab8
8 $(PKG)_SUBDIR := libxshmfence-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libxshmfence-$($(PKG)_VERSION)
9 $(PKG)_FILE := libxshmfence-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := libxshmfence-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := http://www.x.org/archive/individual/lib/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.x.org/archive/individual/lib/$($(PKG)_FILE)
11 $(PKG)_DEPS := xproto 11 $(PKG)_DEPS := xproto
12 12