comparison src/gettext.mk @ 3616:dcb7a353f809

gettext: update to 0.19.1 * src/gettext.mk: update to version 0.19.1
author John Donoghue
date Thu, 26 Jun 2014 08:07:53 -0400
parents 13be64f9f16d
children 5416bfbf1e48
comparison
equal deleted inserted replaced
3615:a85e88fdc89f 3616:dcb7a353f809
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.18.3.1 6 $(PKG)_VERSION := 0.19.1
7 $(PKG)_CHECKSUM := a32c19a6e39450748f6e56d2ac6b8b0966a5ab05 7 $(PKG)_CHECKSUM := 94cd6e81976aeb8ba35cf73967c60b72dd04af8d
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