comparison src/xft.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 4f58c4b4dee0
children e2349691d6ae
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 := xft 4 PKG := xft
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.3.2 6 $(PKG)_VERSION := 2.3.2
7 $(PKG)_CHECKSUM := 0568a360a9f3ca97bdcdaf61535bf9d0bdae80db 7 $(PKG)_CHECKSUM := e025d790a7b6c4d283a78d8df06615cb10278e2d
8 $(PKG)_SUBDIR := libXft-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libXft-$($(PKG)_VERSION)
9 $(PKG)_FILE := libXft-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libXft-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := http://xorg.freedesktop.org/releases/individual/lib/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.x.org/archive/individual/lib/$($(PKG)_FILE)
11 $(PKG)_DEPS := kbproto xrender fontconfig freetype 11 $(PKG)_DEPS := kbproto xrender fontconfig freetype
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