comparison src/build-texinfo.mk @ 3007:229ab69bba2d

use texinfo 4.13a for build-texinfo package
author John W. Eaton <jwe@octave.org>
date Thu, 30 May 2013 14:54:37 -0400
parents b994e523cfac
children aa4a0ace032d
comparison
equal deleted inserted replaced
3006:dabfd7db980c 3007:229ab69bba2d
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 := build-texinfo 4 PKG := build-texinfo
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := ed5aa2b93910dde4eacd5d649329a49db701878c 6 $(PKG)_CHECKSUM := a1533cf8e03ea4fa6c443b73f4c85e4da04dead0
7 $(PKG)_SUBDIR := texinfo-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := $(PKG)-4.13
8 $(PKG)_FILE := texinfo-$($(PKG)_VERSION).tar.xz 8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
9 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/texinfo/$($(PKG)_FILE) 9 $(PKG)_URL := ftp://ftp.gnu.org/gnu/texinfo/$($(PKG)_FILE)
10 $(PKG)_DEPS := 10 $(PKG)_DEPS :=
11 11
12 define $(PKG)_UPDATE 12 define $(PKG)_UPDATE
13 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2; 13 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
14 echo $($(PKG)_VERSION) 14 echo $($(PKG)_VERSION)