comparison src/gettext.mk @ 3883:91d78fc00cc8

gettext: update to v0.19.4 * src/gettext.mk: update version, checksum
author John Donoghue
date Mon, 06 Apr 2015 07:31:24 -0400
parents 99d5080d06a2
children 3bdf8d6defe1
comparison
equal deleted inserted replaced
3882:d5936b3095a5 3883:91d78fc00cc8
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 := gettext 4 PKG := gettext
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.19.1 6 $(PKG)_VERSION := 0.19.4
7 $(PKG)_CHECKSUM := 94cd6e81976aeb8ba35cf73967c60b72dd04af8d 7 $(PKG)_CHECKSUM := c473f4f268501d971b913197fb07767e628644bb
8 $(PKG)_SUBDIR := gettext-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := gettext-$($(PKG)_VERSION)
9 $(PKG)_FILE := gettext-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := gettext-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gettext/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gettext/$($(PKG)_FILE)
11 $(PKG)_DEPS := libiconv 11 $(PKG)_DEPS := libiconv
12 12