Mercurial > hg > mxe-octave-anirudha
view src/gettext.mk @ 3236:9d6566d9944e default tip
Added tag GSoC_end for changeset f53543bd5dd6
author | Anirudha Bose <ani07nov@gmail.com> |
---|---|
date | Tue, 24 Sep 2013 16:13:01 +0530 |
parents | 71ca96663e2c |
children |
line wrap: on
line source
# This file is part of MXE. # See index.html for further information. PKG := gettext $(PKG)_IGNORE := $(PKG)_CHECKSUM := 47685e20abf9df6e5fede9efd04442943a96818b $(PKG)_SUBDIR := gettext-$($(PKG)_VERSION) $(PKG)_FILE := gettext-$($(PKG)_VERSION).tar.gz $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gettext/$($(PKG)_FILE) $(PKG)_DEPS := libiconv define $(PKG)_UPDATE $(WGET) -q -O- 'http://www.gnu.org/software/gettext/' | \ grep 'gettext-' | \ $(SED) -n 's,.*gettext-\([0-9][^>]*\)\.tar.*,\1,p' | \ head -1 endef define $(PKG)_BUILD cd '$(1)/gettext-runtime' && ./configure \ $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ $(ENABLE_SHARED_OR_STATIC) \ --prefix='$(HOST_PREFIX)' \ --enable-threads=win32 \ --without-libexpat-prefix \ --without-libxml2-prefix \ CONFIG_SHELL=$(SHELL) && $(CONFIGURE_POST_HOOK) $(MAKE) -C '$(1)/gettext-runtime' -j '$(JOBS)' install endef